import foo print("Foo was imported") foo.do_something In: Out: