So I have two files such that
# functions.py def foo(): return \'bar\'
and
#models from functions import * class User(Use