diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-09 20:53:10 +0000 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-09 20:53:10 +0000 |
commit | 40b98d98f8dcc7b8a6da46e825d667989a436c67 (patch) | |
tree | 140e3dcd1d2897feaa9527e756a0d103266ba9a4 /src/main.py | |
parent | c01b36209a12fe7b19ee4ba8a3a467697d9bbf5f (diff) | |
download | youload-40b98d98f8dcc7b8a6da46e825d667989a436c67.tar.gz youload-40b98d98f8dcc7b8a6da46e825d667989a436c67.tar.bz2 youload-40b98d98f8dcc7b8a6da46e825d667989a436c67.zip |
Added download types
Diffstat (limited to 'src/main.py')
-rw-r--r-- | src/main.py | 2 |
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() |