Переделал структуру src/data

This commit is contained in:
2025-07-06 19:49:04 +03:00
parent e796892942
commit c7661c0833
32 changed files with 314 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ import json
import re
import shutil
from constants.global_constants import *
from data.TOKENS import TOKENS
from data.secrets.TOKENS import TOKENS
import CoreFun