Skip to content

Commit

Permalink
Merge pull request #20 from daizutabi/19-export-renderableenum
Browse files Browse the repository at this point in the history
Export `RenderableEnum`
  • Loading branch information
daizutabi authored Oct 9, 2024
2 parents 6ba2325 + 9895349 commit d499834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/textconf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"""

from .config import BaseConfig, Renderable
from .enum import RenderableEnum

__all__ = ["BaseConfig", "Renderable"]
__all__ = ["BaseConfig", "Renderable", "RenderableEnum"]

0 comments on commit d499834

Please sign in to comment.