Convert to Python package with setuptools

This commit is contained in:
2025-10-12 12:46:00 +02:00
parent 36604080f1
commit 5c3c4c911b
4 changed files with 129 additions and 7 deletions

4
prolo_tlsa/__main__.py Normal file
View File

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