This is an example on how to import mnetemplate.foo():
mnetemplate.foo()
>>> from mnetemplate import foo
Once imported, you can call it:
>>> print(foo())