Source code for cookiecutter_test_instance.main

[docs]def main() -> None: """Cookiecutter Test Instance.""" print("hello world")
if __name__ == "__main__": main() # pragma: no cover