Init empty Python project

This commit is contained in:
Joakim Hellsén 2026-08-09 01:39:52 +02:00
commit e5a8f01aaa
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
5 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,2 @@
def main() -> None:
print("Hello from e-lovinator-space!")