mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 13:01:14 +00:00
6 lines
66 B
Python
6 lines
66 B
Python
import sys
|
|
import os
|
|
def __main__():
|
|
print("TEST")
|
|
|
|
__main__() |