diff options
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") |
