Files
2026-05-11 11:22:55 +08:00

7 lines
85 B
Python

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