6 lines
109 B
Python

#!/usr/bin/env python3
from mymuell2caldav.mymuell2caldav import main
if __name__ == "__main__":
main()