From 6fd433aac348078c7ebcdd05f9b44b5541305872 Mon Sep 17 00:00:00 2001 From: Lovi <62809003+Lovi-0@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:09:42 +0200 Subject: [PATCH] remove ... --- Src/Api/4kTitle/__init__.py | 12 ------------ Src/Api/4kTitle/costant.py | 15 --------------- 2 files changed, 27 deletions(-) delete mode 100644 Src/Api/4kTitle/__init__.py delete mode 100644 Src/Api/4kTitle/costant.py diff --git a/Src/Api/4kTitle/__init__.py b/Src/Api/4kTitle/__init__.py deleted file mode 100644 index c9b2dfe..0000000 --- a/Src/Api/4kTitle/__init__.py +++ /dev/null @@ -1,12 +0,0 @@ -# 16.06.24 - -# Internal utilities -from Src.Util.console import console, msg - - - -def search(): - """ - Main function of the application for film and series. - """ - pass \ No newline at end of file diff --git a/Src/Api/4kTitle/costant.py b/Src/Api/4kTitle/costant.py deleted file mode 100644 index 15e7393..0000000 --- a/Src/Api/4kTitle/costant.py +++ /dev/null @@ -1,15 +0,0 @@ -# 26.05.24 - -import os - - -# Internal utilities -from Src.Util._jsonConfig import config_manager - - -SITE_NAME = os.path.basename(os.path.dirname(os.path.abspath(__file__))) -ROOT_PATH = config_manager.get('DEFAULT', 'root_path') -DOMAIN_NOW = config_manager.get('SITE', SITE_NAME) - -MOVIE_FOLDER = "Movie" -SERIE_FOLDER = "Serie" \ No newline at end of file