Commit inicial - upload de todos os arquivos da pasta

This commit is contained in:
2026-01-04 16:14:31 -03:00
commit e3ed1a734b
310 changed files with 62749 additions and 0 deletions

6
setup.py Normal file
View File

@@ -0,0 +1,6 @@
"""Setup script for the package."""
from setuptools import setup
if __name__ == "__main__":
setup()