aboutsummaryrefslogtreecommitdiffstats
path: root/tagit/windows
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-01-13 10:16:37 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-01-13 10:16:37 +0100
commitb6a57a3a84bc4ea0b5db33e6c82b30944fad7e54 (patch)
tree287ca03d330c27d6127897bfe393164bbf361b17 /tagit/windows
parent52fa64513dae60c3ed410622502f8c2369c1a348 (diff)
downloadtagit-b6a57a3a84bc4ea0b5db33e6c82b30944fad7e54.tar.gz
tagit-b6a57a3a84bc4ea0b5db33e6c82b30944fad7e54.tar.bz2
tagit-b6a57a3a84bc4ea0b5db33e6c82b30944fad7e54.zip
load bsfs storage
Diffstat (limited to 'tagit/windows')
-rw-r--r--tagit/windows/__init__.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/tagit/windows/__init__.py b/tagit/windows/__init__.py
new file mode 100644
index 0000000..c3ec3c0
--- /dev/null
+++ b/tagit/windows/__init__.py
@@ -0,0 +1,10 @@
+"""
+
+Part of the tagit module.
+A copy of the license is provided with the project.
+Author: Matthias Baumgartner, 2022
+"""
+# inner-module imports
+from .desktop import MainWindow
+
+## EOF ##