We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1149495 commit 350ec12Copy full SHA for 350ec12
aktools/datasets.py
@@ -4,8 +4,8 @@
4
Date: 2022/5/9 18:08
5
Desc: 导入文件工具,可以正确处理路径问题
6
"""
7
-from importlib import resources
8
import pathlib
+from importlib import resources
9
10
11
def get_pyscript_html(file: str = "akscript.html") -> pathlib.Path:
0 commit comments