Skip to content

Commit

Permalink
sistana: re-export from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyElaina committed Sep 25, 2024
1 parent 4d365c6 commit 9163388
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/arclet/alconna/sistana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,16 @@
from .model import SubcommandPattern as SubcommandPattern
from .model import SubcommandTraverse as SubcommandTraverse
from .model import Track as Track
from .some import Value as Value
from .some import Value as Value

from elaina_segment import Buffer as Buffer
from elaina_segment import SEPARATORS as SEPARATORS
from elaina_segment import Segment as Segment
from elaina_segment import Rune as Rune
from elaina_segment import Runes as Runes
from elaina_segment import SegmentToken as SegmentToken
from elaina_segment import AheadToken as AheadToken
from elaina_segment import Quoted as Quoted
from elaina_segment import UnmatchedQuoted as UnmatchedQuoted

from elaina_triehard import TrieHard as TrieHard

0 comments on commit 9163388

Please sign in to comment.