Fixed importing logic for mixins

This commit is contained in:
2020-05-07 19:38:06 -05:00
parent 4ceb32f7b7
commit 6988ce3810
7 changed files with 72 additions and 4 deletions

View File

@@ -1,2 +1,5 @@
"""
Gtk Bound Signal Module
"""
from .mixins import *
from . import Signals
from .Signals import Signals