Files
mayan-edms/mayan/apps/documents/models/__init__.py
2019-04-09 00:15:15 -04:00

6 lines
209 B
Python

from .document_models import * # NOQA
from .document_page_models import * # NOQA
from .document_type_models import * # NOQA
from .document_version_models import * # NOQA
from .misc_models import * # NOQA