3 lines
79 B
Python
3 lines
79 B
Python
# This file makes Python treat the directory as a package
|
|
from . import models
|
# This file makes Python treat the directory as a package
|
|
from . import models
|