Skip to content

Commit 5d6c849

Browse files
authored
Create __init__.py
1 parent 6b74d66 commit 5d6c849

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/models/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# exports for models
2+
from .atleta import Atleta # noqa
3+
from .categoria import Categoria # noqa
4+
from .centro_treinamento import CentroTreinamento # noqa

0 commit comments

Comments
 (0)