mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
8 lines
118 B
Python
Executable file
8 lines
118 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
"""
|
|
Radicale WSGI file (mod_wsgi and uWSGI compliant).
|
|
|
|
"""
|
|
|
|
from radicale import application
|