5 lines
79 B
Python
5 lines
79 B
Python
import os
|
|
|
|
class suppress_stdout_stderr():
|
|
def __init__(self):
|
|
pass |