Files
ByteDiceAssistant/src/python/macros.py
T

2 lines
57 B
Python

def py_print(*args: str):
print("Py -", " ".join(args))