mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
6 lines
93 B
Python
Executable File
Vendored
6 lines
93 B
Python
Executable File
Vendored
from django.apps import AppConfig
|
|
|
|
|
|
class InterfaceConfig(AppConfig):
|
|
name = "interface"
|