Files
pyShelf/src/interface/apps.py
2019-11-20 00:55:16 -05:00

6 lines
93 B
Python
Executable File
Vendored

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