Files
pyShelf/frontend/interface/apps.py
2019-11-15 14:45:42 -05:00

6 lines
93 B
Python
Executable File

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