summaryrefslogtreecommitdiff
path: root/yoshi/__main__.py
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-11-06 23:27:55 -0600
committerChristian Cleberg <hello@cleberg.net>2024-11-06 23:27:55 -0600
commitfe31857c7d5b90c90784d83b12326c0ba80ff019 (patch)
treea9f87550c178ed3dd15120c1775bceb169fd5132 /yoshi/__main__.py
parent84fbb3ea67f802bab3d990c651e6c47430cfd4d7 (diff)
downloadyoshi-cli-fe31857c7d5b90c90784d83b12326c0ba80ff019.tar.gz
yoshi-cli-fe31857c7d5b90c90784d83b12326c0ba80ff019.tar.bz2
yoshi-cli-fe31857c7d5b90c90784d83b12326c0ba80ff019.zip
fix pylint errors
Diffstat (limited to 'yoshi/__main__.py')
-rw-r--r--yoshi/__main__.py4
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()