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