This website requires JavaScript.
Explore
Help
Sign In
TouchInstinct
/
Radicale
Watch
302
Star
0
Fork
You've already forked Radicale
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
Radicale
/
main.py
7 lines
94 B
Python
Raw
Permalink
Blame
History
import
sys
from
radicale
.
__main__
import
run
if
__name__
==
'
__main__
'
:
sys
.
exit
(
run
(
)
)
Reference in New Issue
View Git Blame
Copy Permalink