Update __init__.py

This commit is contained in:
Raymond Li 2021-10-03 18:15:36 -04:00
parent 5bb7c74147
commit e7d483da5d
Signed by untrusted user: r389li
GPG Key ID: A014EA89B62BBB1B
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
"""
This file automatically imports all Classes in this directory
"""
from inspect import isclass
from pkgutil import iter_modules
from pathlib import Path