epson-tm-t20iii #1

Merged
n07070 merged 34 commits from epson-tm-t20iii into master 2022-05-04 11:57:09 +02:00
Showing only changes of commit bb7e12a561 - Show all commits

6
src/user.py Normal file
View File

@ -0,0 +1,6 @@
class User(object):
"""docstring for User."""
def __init__(self, arg):
super(User, self).__init__()
self.arg = arg