mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-20 13:40:10 +08:00
6 lines
75 B
Python
6 lines
75 B
Python
import requests
|
|
import pyyaml
|
|
def __main__():
|
|
print("TEST")
|
|
|
|
__main__() |