aiogram/tests/utils.py

3 lines
65 B
Python
Raw Normal View History

2017-11-11 12:43:22 +02:00
def out(*message, sep=' '):
print('Test', sep.join(message))