diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-16 12:25:41 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-16 12:25:41 +0200 |
| commit | 79ce6bc894120527729bb282773a77a3c9cbaa2b (patch) | |
| tree | 2ca8590a99d5f43f4838acd3b3abb5b5d98ddeed /tropical/tropical.py | |
Minor changes
Diffstat (limited to 'tropical/tropical.py')
| -rwxr-xr-x | tropical/tropical.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tropical/tropical.py b/tropical/tropical.py new file mode 100755 index 0000000..bb1e7e2 --- /dev/null +++ b/tropical/tropical.py @@ -0,0 +1,19 @@ +#!/usr/bin/env python3 + +#!/usr/bin/env python3 + +import qt.mainwindow as QtCalanus +from calstate import CalState +from db import CalDB + +__VERSION__ = "0.1" + + + + + +if __name__ == '__main__': + calState=CalState() + QtCalanus.StartApplication(__VERSION__,calState) + #print(db.keyExists("calendars",1)) +#db=CalDB("sqlite.db") |
