feat: good script and docker

This commit is contained in:
2026-04-13 18:23:46 +02:00
parent 90c5a42b47
commit 49b43b9598
7 changed files with 583 additions and 97 deletions

6
hello.py Normal file
View File

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