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