7 lines
94 B
Python
7 lines
94 B
Python
"""
|
|
Radicale WSGI file (mod_wsgi and uWSGI compliant).
|
|
|
|
"""
|
|
|
|
from radicale import application
|