From 3cfd34ebd7a2323099e203e14f94cc9ab931ad67 Mon Sep 17 00:00:00 2001 From: white <122345776@umail.ucc.ie> Date: Wed, 15 Jan 2025 12:38:42 +0000 Subject: [PATCH] Added Packages --- .flaskenv => ui/.flaskenv | 0 app.py => ui/app.py | 0 {templates => ui/templates}/base.html | 0 {templates => ui/templates}/index.html | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename .flaskenv => ui/.flaskenv (100%) rename app.py => ui/app.py (100%) rename {templates => ui/templates}/base.html (100%) rename {templates => ui/templates}/index.html (100%) diff --git a/.flaskenv b/ui/.flaskenv similarity index 100% rename from .flaskenv rename to ui/.flaskenv diff --git a/app.py b/ui/app.py similarity index 100% rename from app.py rename to ui/app.py diff --git a/templates/base.html b/ui/templates/base.html similarity index 100% rename from templates/base.html rename to ui/templates/base.html diff --git a/templates/index.html b/ui/templates/index.html similarity index 100% rename from templates/index.html rename to ui/templates/index.html