Moved the additions folder into the gui folder as it only contains gui elements

This commit is contained in:
Veronica K. B. Olsen
2020-05-08 21:32:38 +02:00
parent b0c71fb47d
commit 894bc41f51
6 changed files with 15 additions and 9 deletions
+8
View File
@@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
from nw.gui.additions.qconfiglayout import QConfigLayout
from nw.gui.additions.qswitch import QSwitch
__all__ = [
"QConfigLayout",
"QSwitch",
]