Skip to content

Commit

Permalink
[fix] Allow api usage with dot access from wallet_google namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Feb 5, 2025
1 parent 4b25bf4 commit 401053f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/edutap/wallet_google/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# import to register models
# import to enable direkt usage import from parent namespace
# models also registers the models in the registry
from . import api # noqa: F401
from . import models # noqa: F401

0 comments on commit 401053f

Please sign in to comment.