refactor, new model e.t.c.

This commit is contained in:
2025-03-31 01:12:01 +03:00
parent 6e2fbc23e9
commit 2918bc9f81
30 changed files with 144 additions and 233 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ if __name__ == '__main__':
import re
from argenta.router import Router
from argenta.command import Command
from argenta.command.flag import FlagsGroup, Flag
from argenta.command.flag.registered_flag import FlagsGroup, Flag
router = Router()