Skip to content

Commit

Permalink
Add: Makeenum_choice and enum_type accessible for other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself committed Feb 29, 2024
1 parent f5981a5 commit c7b4241
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pontos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit c7b4241

Please sign in to comment.