feat: test

This commit is contained in:
手瓜一十雪
2024-05-20 12:10:48 +08:00
parent 439318b2d1
commit 5de0ba5de1
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__()