5 lines
48 B
Python
5 lines
48 B
Python
import os
|
|
from setuptools import setup
|
|
|
|
setup()
|
import os
|
|
from setuptools import setup
|
|
|
|
setup()
|