Skip to content

Commit

Permalink
try fixing module error
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Jan 9, 2024
1 parent a090bae commit 02d4e40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pythonFiles/pythonrc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import sys

import os

sys.path.insert(0, os.getcwd())
import readline

original_ps1 = ">>> "
Expand Down

0 comments on commit 02d4e40

Please sign in to comment.