funkwhale/api/funkwhale_api/moderation/signals.py

5 wiersze
100 B
Python

import django.dispatch
""" Required argument: report """
report_created = django.dispatch.Signal()