Files
SoftwareManager/core/clinterface.py
T
Vxrtrauter 42eea1f371 Adds basic CLI input and output functionality
Introduces a simple command-line interface to capture user input and display it back. Lays groundwork for future command processing and interaction.
2025-06-30 16:21:49 +02:00

2 lines
59 B
Python

commandinput = input("Enter Command: ")
print(commandinput)