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

View File

@ -40,7 +40,10 @@ 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]}'