NapCatQQ/test/boot.py
手瓜一十雪 8911091083 fix: test
2024-05-22 21:44:12 +08:00

6 lines
75 B
Python

import requests
import pyyaml
def __main__():
print("TEST")
__main__()