Files
ServerSync/display.py

8 lines
84 B
Python
Raw Permalink Normal View History

2026-02-12 02:28:23 +02:00
import os
def clear():
os.subprocess('cls' if os.name == 'nt' else 'clear')