Skip to content

Commit 0f2a4ea

Browse files
committed
Add missing explicit export for mypy
Closes #15.
1 parent 40071df commit 0f2a4ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

appconfig_helper/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
from .appconfig_helper import AppConfigHelper # noqa: F401
2+
3+
__all__ = ["AppConfigHelper"]

0 commit comments

Comments
 (0)