Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion code/scripts/run.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<<<<<<< HEAD


=======
import sys
sys.path.insert(0, '/code/src')

from package.module import jake_variable
print(jake_variable)
print(jake_variable)
>>>>>>> 69019740220f88dff92040140d616f2f5641226d
1 change: 1 addition & 0 deletions code/src/package/module.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
variable = 'sasha was here'
jake_variable = 'better variable than dan'