BS 0.1.0
This commit is contained in:
11
[Test]/test.py
Normal file
11
[Test]/test.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
||||
from Convention.Runtime.Config import *
|
||||
|
||||
def run():
|
||||
print_colorful(ConsoleFrontColor.RED,"test")
|
||||
|
||||
if __name__ == "__main__":
|
||||
run()
|
Reference in New Issue
Block a user