some fix and final refactor in readme

This commit is contained in:
2025-04-04 01:43:59 +03:00
parent 7540728f1b
commit ae9795bd53
6 changed files with 172 additions and 87 deletions
+9
View File
@@ -0,0 +1,9 @@
from argenta.app import App
from argenta.app.defaults import PredeterminedMessages
app = App(repeat_command_groups=True)
app.add_message_on_startup(PredeterminedMessages.USAGE + '\n\n')
app.start_polling()