fix: add sys lib

This commit is contained in:
sangge-redmi 2024-04-29 11:13:36 +08:00
parent 698cf1c75c
commit bc067743ab

View File

@ -6,6 +6,7 @@ from reportlab.platypus import Paragraph, Spacer, SimpleDocTemplate
from .Regexdetection import find_dangerous_functions
from .GPTdetection import detectGPT
from .utils import *
import sys
SUPPORTED_EXTENSIONS = {".py", ".js", ".cpp"}
OUTPUT_FORMATS = ["html", "md", "txt", "pdf"]