5 lines
85 B
Python
Executable file
5 lines
85 B
Python
Executable file
from django.apps import AppConfig
|
|
|
|
|
|
class InputConfig(AppConfig):
|
|
name = 'input'
|