Files
2026-02-23 14:41:23 +11:00

7 lines
85 B
Python

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