mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 17:15:31 +00:00
7 lines
88 B
Python
7 lines
88 B
Python
def main():
|
|
print("Hello from beitragids!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|