Move get task command
This commit is contained in:
Родитель
a12f0c6cd5
Коммит
4939f8deeb
|
@ -11,11 +11,11 @@ def main() -> None:
|
|||
from a01.cli import setup_commands
|
||||
|
||||
__import__('a01.runs')
|
||||
__import__('a01.tasks')
|
||||
__import__('a01.images')
|
||||
__import__('a01.config')
|
||||
__import__('a01.auth')
|
||||
__import__('a01.repo')
|
||||
__import__('a01.commands')
|
||||
parser = setup_commands()
|
||||
|
||||
args = parser.parse_args()
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
from .get_task import get_task
|
Загрузка…
Ссылка в новой задаче