diff --git a/code/src/package/module.py b/code/src/package/module.py index bc570b5..baf8098 100644 --- a/code/src/package/module.py +++ b/code/src/package/module.py @@ -1 +1,10 @@ -jake_variable = 'better variable than dan' \ No newline at end of file +<<<<<<< HEAD +import sys +sys.path.append(0, '/code/src') + +import packages.module +variable = "sophia becker is an influencer" +print(variable) +======= +jake_variable = 'better variable than dan' +>>>>>>> 69019740220f88dff92040140d616f2f5641226d