summaryrefslogtreecommitdiff
path: root/yoshi/__main__.py
blob: b7e6c6f86f0de4cfe6e7b060c0442d9dfcd5c5d5 (plain) (blame)
1
2
3
4
5
6
7
"""
Entry point for the yoshi cli app.
"""

if __name__ == "__main__":
    from yoshi.cli import yoshi
    yoshi()