from django.apps import AppConfig

class secretariatConfig(AppConfig):
    name = 'secretariat'
    path = './secretariat'