diff --git a/pyUltroid/fns/tools.py b/pyUltroid/fns/tools.py index bc3d850..3481b06 100644 --- a/pyUltroid/fns/tools.py +++ b/pyUltroid/fns/tools.py @@ -16,8 +16,9 @@ from io import BytesIO from json.decoder import JSONDecodeError from traceback import format_exc -from .. import LOGS, asst +from .. import * from ..exceptions import DependencyMissingError +from .helper import bash, run_async try: import certifi @@ -40,9 +41,6 @@ except ImportError: from telethon import Button from telethon.tl.types import DocumentAttributeAudio, DocumentAttributeVideo -from .. import * -from .helper import bash, run_async - if run_as_module: from ..dB.filestore_db import get_stored_msg, store_msg