diff --git a/app/__init__.py b/app/__init__.py index c26547b..8a0b559 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,3 +1,7 @@ """ Initial project v9 -""" \ No newline at end of file +""" + +x = [1,2,3] +a = 1+1 +b = 1 + 1 \ No newline at end of file