setup.py 3.10

This commit is contained in:
msramalho
2023-02-07 22:28:44 +00:00
parent 3acb1b5f64
commit 277d15687c
2 changed files with 9 additions and 3 deletions

4
setup.py Normal file
View File

@@ -0,0 +1,4 @@
from setuptools import setup
if __name__ == "__main__":
setup()