7 lines
147 B
Python
7 lines
147 B
Python
from __future__ import unicode_literals
|
|
|
|
from .classes import PropertyNamespace # NOQA
|
|
|
|
default_app_config = 'installation.apps.InstallationApp'
|
|
|