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

5 lines
117 B
Python
Raw Normal View History

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