diff options
Diffstat (limited to 'yoshi/__main__.py')
-rw-r--r-- | yoshi/__main__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yoshi/__main__.py b/yoshi/__main__.py index 7cadd21..b7e6c6f 100644 --- a/yoshi/__main__.py +++ b/yoshi/__main__.py @@ -1,3 +1,7 @@ +""" +Entry point for the yoshi cli app. +""" + if __name__ == "__main__": from yoshi.cli import yoshi yoshi() |