aiogram/tests/utils.py
2017-11-11 12:43:22 +02:00

2 lines
65 B
Python

def out(*message, sep=' '):
print('Test', sep.join(message))