app/main.py
2025-04-27 18:24:59 +08:00

6 lines
88 B
Python

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