Files

7 lines
174 B
Python
Raw Permalink Normal View History

2025-12-19 15:32:05 +09:00
from utils.api_key_manager import ApiKeyManager
2025-04-28 14:23:46 +09:00
TEMP_FOLDER = "./temp"
2025-01-16 15:17:12 +09:00
2025-12-19 15:32:05 +09:00
ILLEGAL_FILE_NAME = ['<', '>', ':', '"', '/', '\ ', '|', '?', '*']
API_KEY_MANAGER = ApiKeyManager()