Calling include within a pydsl SLS file does not import any of the Python objects in that file. That is because include actually only influences Salt's state graph and lets it do the work. It would be ...