mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
fix public api
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
__all__ = [
|
||||
"Flags",
|
||||
"InputFlags"
|
||||
]
|
||||
|
||||
|
||||
from argenta.command.flag.flags.models import (
|
||||
Flags,
|
||||
InputFlags
|
||||
Flags as Flags,
|
||||
InputFlags as InputFlags
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user