From 79ce6bc894120527729bb282773a77a3c9cbaa2b Mon Sep 17 00:00:00 2001 From: Loïc Guégan Date: Mon, 16 Sep 2024 12:25:41 +0200 Subject: Minor changes --- tropical/tropical.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 tropical/tropical.py (limited to 'tropical/tropical.py') 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") -- cgit v1.2.3