From 076645080fa06bebdd3e92b2a29caa517b8118b8 Mon Sep 17 00:00:00 2001 From: lisetlopez <111557486+lisetlopez@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:20:49 -0400 Subject: [PATCH] Update app.py --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index b76bdba..1c59acd 100644 --- a/app.py +++ b/app.py @@ -2,6 +2,7 @@ import questionary as qs import sqlalchemy as sql from user.user import load_authentication +from finta import TA def request_user_service(): @@ -23,4 +24,4 @@ def run(): if __name__ == "__main__": - fire.Fire(run) \ No newline at end of file + fire.Fire(run)