文档检测

This commit is contained in:
2024-08-20 13:18:45 +08:00
parent e6891257b9
commit 299b762cad
59 changed files with 4966 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import pkg_resources
_package_name = __name__
def get_file_path(*paths):
path = "/".join(paths)
return pkg_resources.resource_filename(_package_name, path)