From 5a8719e94f203a6e26db97ea100a0d018eb5c175 Mon Sep 17 00:00:00 2001 From: KlochkovHF Date: Thu, 26 Oct 2023 16:21:44 +0300 Subject: [PATCH] Add async_run to yatq.init --- yatq/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yatq/__init__.py b/yatq/__init__.py index 3365f33..5323bd7 100644 --- a/yatq/__init__.py +++ b/yatq/__init__.py @@ -1 +1 @@ -from .worker.cli import run +from .worker.cli import run, async_run