apps.py 104 Bytes
from django.apps import AppConfig


class RoutineManagerConfig(AppConfig):
    name = 'routine_manager'