summaryrefslogtreecommitdiff
path: root/bin/calendar-cli.py
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2022-11-06 10:23:24 +0100
committerTobias Brox <tobias@redpill-linpro.com>2022-11-06 10:23:24 +0100
commit891359b85d305199a76283f412107359e8674b7d (patch)
tree924566a50b183bc311fce68b1d61699edbc1d97a /bin/calendar-cli.py
parent68e2b2dfdaebd01a0bdd2b1f4d9f87f3b203a7fb (diff)
downloadcalendar-cli-891359b85d305199a76283f412107359e8674b7d.zip
reorganized the repository - should fix https://github.com/tobixen/calendar-cli/issues/94
Diffstat (limited to 'bin/calendar-cli.py')
-rw-r--r--bin/calendar-cli.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/calendar-cli.py b/bin/calendar-cli.py
new file mode 100644
index 0000000..cdd9b71
--- /dev/null
+++ b/bin/calendar-cli.py
@@ -0,0 +1,4 @@
+#!/usr/bin/python3
+
+import calendar_cli.legacy
+calendar_cli.legacy.main()