mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 05:05:44 +08:00
6 lines
66 B
Python
6 lines
66 B
Python
import sys
|
|
import os
|
|
def __main__():
|
|
print("TEST")
|
|
|
|
__main__() |