mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-15 02:29:25 +00:00
Add clear_screen helper and integrate into menus
This commit is contained in:
6
src/utils/terminal_utils.py
Normal file
6
src/utils/terminal_utils.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Utility functions for terminal output."""
|
||||
|
||||
|
||||
def clear_screen() -> None:
|
||||
"""Clear the terminal screen using an ANSI escape code."""
|
||||
print("\033c", end="")
|
Reference in New Issue
Block a user