5 lines
120 B
Python
5 lines
120 B
Python
"""
|
|
Journeys app - Patient journey templates and instances
|
|
"""
|
|
default_app_config = 'apps.journeys.apps.JourneysConfig'
|