1
0
Fork 0
AutoPercenty2/utils.py

4 lines
95 B
Python

def log(message):
"""로그 메시지를 출력합니다."""
print(f"[LOG] {message}")