Source code for main.apps

from django.apps import AppConfig


[docs]class MainConfig(AppConfig): name = 'main'