mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 19:49:16 +02:00
3 lines
91 B
Python
3 lines
91 B
Python
import django.dispatch
|
|
|
|
report_created = django.dispatch.Signal(providing_args=["report"])
|