epson-tm-t20iii #1
6
src/user.py
Normal file
6
src/user.py
Normal file
@ -0,0 +1,6 @@
|
||||
class User(object):
|
||||
"""docstring for User."""
|
||||
|
||||
def __init__(self, arg):
|
||||
super(User, self).__init__()
|
||||
self.arg = arg
|
Loading…
Reference in New Issue
Block a user