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