diff --git a/pontos/__init__.py b/pontos/__init__.py index 6e8755041..7f1554d64 100644 --- a/pontos/__init__.py +++ b/pontos/__init__.py @@ -3,6 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # +from .enum import enum_choice, enum_type from .pontos import main -__all__ = ["main"] +__all__ = ["enum_choice", "enum_type", "main"]