mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
perf.优化python接口的一些调用方式
This commit is contained in:
@@ -15,7 +15,7 @@ def my_callback(msg, details, arg):
|
||||
if __name__ == "__main__":
|
||||
|
||||
# 请设置为存放 dll 文件及资源的路径
|
||||
path: str = (pathlib.Path.cwd().parent).__str__()
|
||||
path = pathlib.Path.cwd().parent
|
||||
|
||||
Asst.load(path=path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user