5 lines
144 B
Python
5 lines
144 B
Python
"""
|
|
Appreciation app - Send and track appreciation to users and physicians
|
|
"""
|
|
default_app_config = 'apps.appreciation.apps.AppreciationConfig'
|