""" Entry point for the yoshi cli app. """ if __name__ == "__main__": from yoshi.cli import yoshi yoshi()