Final Refactoring before alpha release

This commit is contained in:
Mike Young
2019-11-20 00:55:16 -05:00
parent 5593235212
commit 600ae55766
168 changed files with 11 additions and 43 deletions

5
src/interface/apps.py Executable file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class InterfaceConfig(AppConfig):
name = "interface"