7 lines
63 B
Python
7 lines
63 B
Python
from . import db, models
|
|
|
|
__all__ = [
|
|
'db',
|
|
'models'
|
|
]
|