docs: continue making docs

This commit is contained in:
2025-10-17 01:09:06 +03:00
parent c87a0ce547
commit a25ede147f
6 changed files with 357 additions and 151 deletions
@@ -0,0 +1,7 @@
from argenta import App, Response
def exit_command_handler(response: Response):
print("Exit command handler")
app: App = App()
app.set_exit_command_handler(exit_command_handler)