mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
imports sort
This commit is contained in:
@@ -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["-", "--", "---"] = "-"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user