fee_riverplume_workflow.urls module

URL config

URL patterns of the django-e2ee-framework to be included via:

from django.urls import include, path

urlpatterns = [
    path("<slug>/", include("fee_riverplume_workflow.urls")),
]