mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
5 lines
97 B
Python
5 lines
97 B
Python
from argenta import App
|
|
|
|
app = App()
|
|
app._setup_default_view()
|
|
app._empty_input_command_handler() |