feat: python project setup

This commit is contained in:
2026-02-16 09:06:13 +01:00
parent 10ef9e6d34
commit a3ae5ffce3
17 changed files with 28728 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,2 @@
def main():
print("HELLO CAMPIONI")