This commit is contained in:
EillesWan 2022-06-07 23:12:42 +08:00
parent 0c50ce1134
commit 1f94f558c4

View File

@ -40,10 +40,7 @@ Note! Except for this source file, all the files in this repository and this pro
from msctLib.buildIN import version
from languages.lang import _
<<<<<<< HEAD
from msctLib.log import log
=======
>>>>>>> 9fd32d499fa23eef32bf90e79492ab2be8274239
import wx # 引入wxPython库
__ver__ = f'{version.version[1]} {version.version[0]}'