diff --git a/code/scripts/run.py b/code/scripts/run.py index 6acc16b..c8cec22 100644 --- a/code/scripts/run.py +++ b/code/scripts/run.py @@ -1,5 +1,5 @@ import sys -sys.path.insert(0, '/code/src') +sys.path.append('/code/src/') -from package.module import jake_variable -print(jake_variable) \ No newline at end of file +from package.module import variable +print(variable) diff --git a/code/src/package/module.py b/code/src/package/module.py index bc570b5..dddd7ad 100644 --- a/code/src/package/module.py +++ b/code/src/package/module.py @@ -1 +1 @@ -jake_variable = 'better variable than dan' \ No newline at end of file +variable="Bujjis variable"