1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

improve doc, improve codepage_tables.py

This commit is contained in:
Patrick Kanzler
2017-01-29 23:36:33 +01:00
parent e904500312
commit e4a21e94fc
4 changed files with 30 additions and 8 deletions

View File

@@ -99,9 +99,10 @@ def clean(s):
return str(s)
# For users, who want to provide their profile
class Profile(get_profile_class('default')):
"""
For users, who want to provide their profile
"""
def __init__(self, columns=None, features=None):
super(Profile, self).__init__()