Add futur user class

This commit is contained in:
n07070 2022-03-12 04:30:04 +01:00
parent c3c21a510a
commit bb7e12a561

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