cherry-ai/backend/main.py
2025-04-28 21:20:34 +08:00

7 lines
85 B
Python

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