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:
@@ -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__()
|
||||
|
||||
|
Reference in New Issue
Block a user