rename folder

This commit is contained in:
2022-01-30 18:06:02 -06:00
parent 8ea8e67f47
commit fc6ab75046
7 changed files with 1 additions and 1 deletions

View File

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

View File

@@ -0,0 +1 @@
from .DummyMixin import DummyMixin