make first release ready

This commit is contained in:
2022-12-16 23:41:00 +01:00
parent 72d780e55c
commit aa63622a93
8 changed files with 40 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python3
from mymuell2caldav.mymuell2caldav import main
if __name__ == "__main__":
main()