Add main.py

This commit is contained in:
Marty Oehme 2025-03-12 14:16:59 +01:00
parent 36252f6f19
commit 813327f939
Signed by: Marty
GPG key ID: 4E535BC19C61886E

6
main.py Normal file
View file

@ -0,0 +1,6 @@
def main():
print("Hello from 2hoarder!")
if __name__ == "__main__":
main()