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

@@ -0,0 +1,4 @@
class DummyMixin:
"""docstring for DummyMixin"""
def printHelloWorld(self):
print("Hello World!")