Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Jul 22, 2013
1 parent 388a55d commit 4846e2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kuyruk/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
This is the entry point for main "kuyruk" executable command.
It implements the command line parsing for subcommands and configuration.
"""

from __future__ import absolute_import
import os
import ast
Expand Down

0 comments on commit 4846e2d

Please sign in to comment.