NapCatQQ/test/boot.py

6 lines
75 B
Python
Raw Normal View History

2024-05-22 13:44:12 +00:00
import requests
import pyyaml
2024-05-20 04:10:48 +00:00
def __main__():
print("TEST")
__main__()