Exemplo n.º 1
0
def main():
    # The body of this function should be the same as the contents of the
    # __main__.py file in the subpackage containing main_module.
    main_module.main(from_source=True)
Exemplo n.º 2
0
"""
XXX: add a docstring.

"""

import pizza.scripts.pizza.main as main_mod

main_mod.main()
Exemplo n.º 3
0
"""
TODO [template]: add a docstring.

"""

import pizza.scripts.pizza.main as main_mod

main_mod.main(from_source=True)