adjutant/adjutant/actions/v1/app.py

8 lines
128 B
Python

from django.apps import AppConfig
class ActionV1Config(AppConfig):
name = "adjutant.actions.v1"
label = 'actions_v1'