refactor: move constants and decorators to core package

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-08-10 14:57:21 +02:00
parent 16d4fdbcfe
commit 77128ac7f8
36 changed files with 49 additions and 49 deletions

View File

@@ -11,8 +11,8 @@ from __future__ import annotations
import re
from typing import Dict, List
from core.constants import COLOR_CYAN, RESET_FORMAT
from utils import INVALID_CHOICE
from utils.constants import COLOR_CYAN, RESET_FORMAT
from utils.logger import Logger