lndg/gui/apps.py
cryptosharks131 94be0fcdeb Initial push
2021-03-13 18:06:59 -05:00

5 lines
81 B
Python

from django.apps import AppConfig
class GuiConfig(AppConfig):
name = 'gui'