Initial commit - LEGO Instructions Manager v1.5.0
This commit is contained in:
5
app/models/__init__.py
Normal file
5
app/models/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from app.models.user import User
|
||||
from app.models.set import Set
|
||||
from app.models.instruction import Instruction
|
||||
|
||||
__all__ = ['User', 'Set', 'Instruction']
|
||||
Reference in New Issue
Block a user