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