style.项目、文件名统一化

This commit is contained in:
MistEO
2021-12-14 21:29:35 +08:00
parent c233c3ed38
commit 9c20b5da49
128 changed files with 2182 additions and 2240 deletions

View File

@@ -24,7 +24,7 @@ class Asst:
``callback``: 回调函数
``arg``: 自定义参数
"""
self.__dllpath = pathlib.Path(dirname) / 'MeoAssistance.dll'
self.__dllpath = pathlib.Path(dirname) / 'MeoAssistant.dll'
self.__dll = ctypes.WinDLL(str(self.__dllpath))
self.__dll.AsstCreateEx.restype = ctypes.c_void_p