#!/usr/bin/env python print("running example with import") from some_lib import some_var print(some_var)