chore(constants): create constants module to store useful constants

This commit is contained in:
Benex254
2024-08-05 09:47:03 +03:00
parent 25f73b8c9f
commit 5ab3eec41f
9 changed files with 44 additions and 42 deletions

View File

@@ -5,7 +5,7 @@ from threading import Thread
import requests
from ... import APP_CACHE_DIR
from ...constants import APP_CACHE_DIR
from ...libs.anilist.anilist_data_schema import AnilistBaseMediaDataSchema
from ...Utility import anilist_data_helper
from ...Utility.utils import remove_html_tags, sanitize_filename