mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-08-23 20:55:39 +01:00
refactor: Move export into separate app
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ExportConfig(AppConfig):
|
||||
name = 'export'
|
||||
Reference in New Issue
Block a user