5 lines
65 B
Python
5 lines
65 B
Python
|
|
|
||
|
|
|
||
|
|
from os import environ
|
||
|
|
|
||
|
|
print("LOGURU_TRACE_NO" not in environ)
|