mirror of
https://github.com/cryptosharks131/lndg.git
synced 2026-08-13 12:33:04 +02:00
5 lines
81 B
Python
5 lines
81 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class GuiConfig(AppConfig):
|
|
name = 'gui'
|