Update __init__.py

This commit is contained in:
Eaugene Thomas 2023-04-01 01:27:44 +05:30 committed by GitHub
parent cc39b92c3c
commit 23eac4ade5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from tml.core.config.base_config import BaseConfig
from tml.core.config.config_load import load_config_from_yaml
# Make mypy happy by explicitly reporting the symbols intended for end user use.
# Make mypy happy by explicitly exporting the symbols intended for end user use.
__all__ = ["BaseConfig", "load_config_from_yaml"]