准备搞点更新

This commit is contained in:
shenjackyuanjie 2021-03-25 23:27:45 +08:00 committed by 沈瑗杰
parent 74176cd0e0
commit e9555c891a

View File

@ -8,6 +8,9 @@ mail: 3695888@qq.com or shyj3695888@163.com
QQ: 3695888"""
if __name__ == '__main__':
import sys
sys.path.append('./')
sys.path.append('./bin/libs')
from bin import main
print(hi)
game = main.Game()