feature/GPT #12
@ -6,6 +6,7 @@ from reportlab.platypus import Paragraph, Spacer, SimpleDocTemplate
|
|||||||
from .Regexdetection import find_dangerous_functions
|
from .Regexdetection import find_dangerous_functions
|
||||||
from .GPTdetection import detectGPT
|
from .GPTdetection import detectGPT
|
||||||
from .utils import *
|
from .utils import *
|
||||||
|
import sys
|
||||||
|
|
||||||
SUPPORTED_EXTENSIONS = {".py", ".js", ".cpp"}
|
SUPPORTED_EXTENSIONS = {".py", ".js", ".cpp"}
|
||||||
OUTPUT_FORMATS = ["html", "md", "txt", "pdf"]
|
OUTPUT_FORMATS = ["html", "md", "txt", "pdf"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user