Skip to content

Commit

Permalink
docs: adds GenericAlembicConfig to __all__ (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Mar 17, 2024
1 parent 5aa8e43 commit 49b9062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions advanced_alchemy/config/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
__all__ = (
"GenericSQLAlchemyConfig",
"GenericSessionConfig",
"GenericAlembicConfig",
)

ALEMBIC_TEMPLATE_PATH = f"{Path(__file__).parent.parent}/alembic/templates"
Expand Down

0 comments on commit 49b9062

Please sign in to comment.