diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-01-13 10:16:37 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-13 10:16:37 +0100 |
commit | b6a57a3a84bc4ea0b5db33e6c82b30944fad7e54 (patch) | |
tree | 287ca03d330c27d6127897bfe393164bbf361b17 /tagit/windows | |
parent | 52fa64513dae60c3ed410622502f8c2369c1a348 (diff) | |
download | tagit-b6a57a3a84bc4ea0b5db33e6c82b30944fad7e54.tar.gz tagit-b6a57a3a84bc4ea0b5db33e6c82b30944fad7e54.tar.bz2 tagit-b6a57a3a84bc4ea0b5db33e6c82b30944fad7e54.zip |
load bsfs storage
Diffstat (limited to 'tagit/windows')
-rw-r--r-- | tagit/windows/__init__.py | 10 |
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 ## |