started big cleanup

This commit is contained in:
Benoît Sierro
2023-03-20 15:26:55 +01:00
parent 60466e0a99
commit 5e0090545f
10 changed files with 33 additions and 337 deletions

View File

@@ -1,3 +1,6 @@
from setuptools import setup
#!/usr/bin/env python
setup()
import setuptools
if __name__ == "__main__":
setuptools.setup()