RoboTwin_image/envs/utils/hide_logging.py
2025-07-02 03:13:07 +00:00

5 lines
79 B
Python

import os
class suppress_stdout_stderr():
def __init__(self):
pass