bsmf/backend/main.py
2026-05-16 19:50:14 -04:00

7 lines
85 B
Python

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