mirror of
https://github.com/fergalmoran/fsai-api.git
synced 2026-01-07 17:14:25 +00:00
8 lines
194 B
Python
8 lines
194 B
Python
"""
|
|
These imports enable us to make all defined models members of the models
|
|
module (as opposed to just their python files)
|
|
"""
|
|
|
|
from .user import * # noqa
|
|
from .miscellaneous import * # noqa
|