feat: test

This commit is contained in:
手瓜一十雪
2024-05-20 12:10:48 +08:00
parent 52dda1d1fe
commit 2d5b45dd82
6 changed files with 17 additions and 3 deletions

6
test/boot.py Normal file
View File

@@ -0,0 +1,6 @@
import sys
import os
def __main__():
print("TEST")
__main__()