mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
6 lines
87 B
Python
6 lines
87 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ExportConfig(AppConfig):
|
|
name = 'export'
|