Files
GLASSES_AI_SERVER/const.py

3 lines
94 B
Python
Raw Normal View History

2025-03-18 13:05:31 +09:00
OUTPUT_FOLDER = "./output"
2025-01-16 15:17:12 +09:00
ILLEGAL_FILE_NAME = ['<', '>', ':', '"', '/', '\ ', '|', '?', '*']