aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.py
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-11-09 20:53:10 +0000
committernathansmithsmith <nathansmith7@mailfence.com>2023-11-09 20:53:10 +0000
commit40b98d98f8dcc7b8a6da46e825d667989a436c67 (patch)
tree140e3dcd1d2897feaa9527e756a0d103266ba9a4 /src/main.py
parentc01b36209a12fe7b19ee4ba8a3a467697d9bbf5f (diff)
downloadyouload-40b98d98f8dcc7b8a6da46e825d667989a436c67.tar.gz
youload-40b98d98f8dcc7b8a6da46e825d667989a436c67.tar.bz2
youload-40b98d98f8dcc7b8a6da46e825d667989a436c67.zip
Added download types
Diffstat (limited to 'src/main.py')
-rw-r--r--src/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.py b/src/main.py
index b3a5503..98838fa 100644
--- a/src/main.py
+++ b/src/main.py
@@ -1,4 +1,4 @@
-from model.youload_app import YouloadApp
+from view.app import YouloadApp
if __name__ == "__main__":
app = YouloadApp()