5 lines
69 B
Python
5 lines
69 B
Python
|
import setuptools
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
setuptools.setup()
|