From a0f46fa571ec2026c20ed3a7c96293162a668fb5 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 12 Dec 2023 15:34:19 -0600 Subject: [PATCH] adding dependency --- smart/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/smart/__init__.py b/smart/__init__.py index c33bf85..b8ebde7 100755 --- a/smart/__init__.py +++ b/smart/__init__.py @@ -9,11 +9,11 @@ dependencies : data-transport pip install git+https://dev.the-phi.com/git/steve/data-transport.git """ import smart -# import smart.top -# import smart.folder -# import smart.top -# import smart.logger -# import smart.files +import smart.top +import smart.folder +import smart.top +import smart.logger +import smart.files import uuid import typer import smart.info