1 2 3 4 5 6 7 8
""" Entry point for the yoshi cli app. """ if __name__ == "__main__": from yoshi.cli import yoshi yoshi()