mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
6 lines
75 B
Python
6 lines
75 B
Python
import requests
|
|
import pyyaml
|
|
def __main__():
|
|
print("TEST")
|
|
|
|
__main__() |