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