I have the following simplified python code:
myproject ├── main.py ├── shared_var.py └── utils.py
shared_var.py:
FOO = \'INIT\