mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	Add docstring
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user