5 lines
129 B
Python
5 lines
129 B
Python
"""
|
|
Physicians app - Physician ratings and performance tracking
|
|
"""
|
|
default_app_config = 'apps.physicians.apps.PhysiciansConfig'
|