mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
5 lines
70 B
Python
Executable file
5 lines
70 B
Python
Executable file
from setuptools import setup
|
|
|
|
|
|
if __name__ == '__main__':
|
|
setup()
|