4 lines
171 B
Python
4 lines
171 B
Python
|
from lostplaces.models.abstract_models import *
|
||
|
from lostplaces.models.place import *
|
||
|
from lostplaces.models.external_links import *
|
||
|
from lostplaces.models.models import *
|