feature/GPT #12
@ -2,7 +2,7 @@ import json
|
|||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
from utils import *
|
from .utils import *
|
||||||
import openai
|
import openai
|
||||||
|
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ from reportlab.pdfgen import canvas
|
|||||||
from reportlab.lib.styles import getSampleStyleSheet
|
from reportlab.lib.styles import getSampleStyleSheet
|
||||||
from reportlab.platypus import Paragraph, Spacer, SimpleDocTemplate
|
from reportlab.platypus import Paragraph, Spacer, SimpleDocTemplate
|
||||||
from reportlab.lib import colors
|
from reportlab.lib import colors
|
||||||
from utils import *
|
from .utils import *
|
||||||
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