1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +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

@@ -56,4 +56,5 @@ def print_codepage(printer, codepage):
printer._raw(sep)
printer._raw('\n')
main()
if __name__ == '__main__':
main()