2 lines
53 B
Python
2 lines
53 B
Python
def pytex_msg(msg: str):
|
|
print('[PyTeX] ' + msg)
|
def pytex_msg(msg: str):
|
|
print('[PyTeX] ' + msg)
|