From b6a57a3a84bc4ea0b5db33e6c82b30944fad7e54 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Fri, 13 Jan 2023 10:16:37 +0100 Subject: load bsfs storage --- tagit/windows/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tagit/windows/__init__.py (limited to 'tagit/windows') 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 ## -- cgit v1.2.3