up/main.py
2026-06-02 15:54:36 +08:00

6 lines
80 B
Python

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