Files
ninachloe/FaustBot/Communication/DebugPrint.py
2022-03-31 15:21:47 +02:00

10 lines
176 B
Python

__author__ = 'Daniela'
class DebugPrint(object):
def print(self, message):
"""
:param message: What to print to debug output
:return:
"""