2026-02-01 09:31:38 +01:00

7 lines
85 B
Python

def main():
print("Hello from backend!")
if __name__ == "__main__":
main()