mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
fix many bugs
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
__all__ = ["Command"]
|
||||
|
||||
from .models import Command
|
||||
from argenta.command.models import Command
|
||||
@@ -1,4 +1,4 @@
|
||||
__all__ = ('InputFlags', 'InputFlag', 'Flag', 'Flags')
|
||||
|
||||
|
||||
from .models import InputFlags, InputFlag, Flags, Flag
|
||||
from argenta.command.flag.models import InputFlags, InputFlag, Flags, Flag
|
||||
|
||||
Reference in New Issue
Block a user