Skip to content

Commit 8707c43

Browse files
committed
added missing docstring
1 parent cfa33be commit 8707c43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

piccolo/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ def get_diagnose_flag() -> bool:
2222

2323

2424
def main():
25+
"""
26+
The entrypoint to the Piccolo CLI.
27+
"""
2528
# In case it's run from an entrypoint:
2629
sys.path.insert(0, os.getcwd())
2730

0 commit comments

Comments
 (0)