This commit is contained in:
2025-10-16 17:03:18 +03:00
parent 051b6f8b50
commit 4e30aae916
4 changed files with 168 additions and 1 deletions
@@ -0,0 +1,7 @@
from argenta import App
def empty_command_handler():
print("Empty command handler called")
app: App = App()
app.set_empty_command_handler(empty_command_handler)