mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-10 22:26:23 +02:00
10 lines
176 B
Python
10 lines
176 B
Python
__author__ = 'Daniela'
|
|
|
|
|
|
class DebugPrint(object):
|
|
def print(self, message):
|
|
"""
|
|
:param message: What to print to debug output
|
|
:return:
|
|
"""
|