mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
6 lines
200 B
Python
6 lines
200 B
Python
from argenta.app import App
|
|
from argenta.command.models import InputCommand
|
|
|
|
app = App()
|
|
app._all_registered_triggers_in_lower = ['fr', 'Tre', 'Pre']
|
|
print(app._is_unknown_command(InputCommand('fr'))) |