9 lines
118 B
Python
Executable File
9 lines
118 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
"""
|
|
Radicale WSGI file (mod_wsgi and uWSGI compliant).
|
|
|
|
"""
|
|
|
|
from radicale import application
|