class DummyMixin: """docstring for DummyMixin""" def print_hello_world(self): print("Hello, World!")