Skip to content

Commit 55e9381

Browse files
committed
fix(core): export AbbreviationScope in __all__
1 parent 6177481 commit 55e9381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interfacy/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,4 +1940,4 @@ def get_last_schema(self) -> "ParserSchema | None":
19401940
return None
19411941

19421942

1943-
__all__ = ["ExitCode", "InterfacyParser", "InterspersedOptionValueError"]
1943+
__all__ = ["AbbreviationScope", "ExitCode", "InterfacyParser", "InterspersedOptionValueError"]

0 commit comments

Comments
 (0)