An open API service indexing awesome lists of open source software.

https://github.com/ztj1993/py-dir-import

目录下模块导入类,用于动态加载解析器
https://github.com/ztj1993/py-dir-import

Last synced: 4 months ago
JSON representation

目录下模块导入类,用于动态加载解析器

Awesome Lists containing this project

README

          

# Python 目录模块加载

### 说明
目录下模块导入类,用于动态加载解析器。

## 安装
```
pip install dir-import
```

## 使用
```
from ZtjDirImport import DirImport

print(DirImport('routes').all())
```