Skip to content

Commit

Permalink
📦 add __init__ for package
Browse files Browse the repository at this point in the history
  • Loading branch information
ddoddii committed Feb 3, 2024
1 parent 13aa72e commit acf209c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import importlib
from .vae_config import BertVAEConfig
1 change: 1 addition & 0 deletions routers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .question import get_common_questions

0 comments on commit acf209c

Please sign in to comment.