So i\'m getting this error
Traceback (most recent call last): File \"/Users/alex/dev/runswift/utils/sim2014/simulator.py\", line 3, in f
I was able to import the module within the function (only) that would require the objects from this module:
def my_func(): import Foo foo_instance = Foo()