Skip to content

Commit 8963b10

Browse files
committed
Added code listing
1 parent 7ff92b7 commit 8963b10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import argparse
22
import os.path
33
import sys
4+
from config import API_KEY
45

56
parser = argparse.ArgumentParser(description="CodeScribe - An Automate way to describe code")
67

@@ -49,4 +50,5 @@
4950
code = code_files[file_name]
5051

5152
print(f"\nCode for file {file_name}:\n")
52-
print(code)
53+
print(code)
54+

0 commit comments

Comments
 (0)