Files
breccia-mapper/export/apps.py
2020-04-01 16:00:22 +01:00

6 lines
87 B
Python

from django.apps import AppConfig
class ExportConfig(AppConfig):
name = 'export'