From 5a2ca108745691e837bd9cd2fc5737bdebe1e700 Mon Sep 17 00:00:00 2001 From: Davis Goglin Date: Mon, 28 Mar 2016 11:19:09 -0700 Subject: [PATCH] Add docstring --- escpos/cli.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/escpos/cli.py b/escpos/cli.py index bec1b66..bf1c1b9 100755 --- a/escpos/cli.py +++ b/escpos/cli.py @@ -1,4 +1,12 @@ #!/usr/bin/env python +""" CLI + +This module acts as a command line interface for python-escpos. It mirrors +closely the available ESCPOS commands while adding a couple extra ones for convience. + +It requires you to have a configuration file. See documentation for details. + +""" from __future__ import absolute_import