Files
pyShelf/frontend/interface/apps.py
2019-11-17 16:59:14 -05:00

6 lines
93 B
Python
Executable File

from django.apps import AppConfig
class InterfaceConfig(AppConfig):
name = "interface"