Files
2025-04-21 21:24:55 -03:00

7 lines
85 B
Python

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