catdata-api-v2/main.py
2025-08-01 20:36:20 +08:00

7 lines
85 B
Python

def main():
print("Hello from cat-api!")
if __name__ == "__main__":
main()