feat: add tests, update configs, fix state.py return, update gitignore

This commit is contained in:
2026-06-11 23:00:34 +02:00
parent 64d078f457
commit 0f390ff1e1
12 changed files with 305 additions and 15 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
def main():
print("Hello from ics-to-caldav!")
from sync_calendar import main
if __name__ == "__main__":
main()