imports sort

This commit is contained in:
2025-10-13 14:28:11 +03:00
parent 36b4d16610
commit a5e72161ef
23 changed files with 79 additions and 81 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
__all__ = ["PredefinedFlags"]
from typing import Literal
from argenta.command.flag.models import Flag, PossibleValues
import re
from typing import Literal
from argenta.command.flag.models import Flag, PossibleValues
DEFAULT_PREFIX: Literal["-", "--", "---"] = "-"