streamlit / my_logging_print.py
f64
1
5d61439
raw
history blame contribute delete
108 Bytes
class logging:
info = print
warning = print
debug = print
error = print
critical = print