remove ...

This commit is contained in:
Lovi 2024-06-16 18:09:42 +02:00
parent 1ba1db3e14
commit 6fd433aac3
2 changed files with 0 additions and 27 deletions

View File

@ -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

View File

@ -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"