Files
Python-With-Gtk-Template/src/controller/mixins/DummyMixin.py

5 lines
117 B
Python
Raw Normal View History

2020-05-07 19:38:06 -05:00
class DummyMixin:
"""docstring for DummyMixin"""
2022-01-23 16:56:27 -06:00
def print_hello_world(self):
print("Hello, World!")