Add futur user class
This commit is contained in:
parent
c3c21a510a
commit
bb7e12a561
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