Files
data-ge/main.py
2025-12-08 23:06:23 +08:00

7 lines
89 B
Python

def main():
print("Hello from data-ge-new!")
if __name__ == "__main__":
main()