MadelineProto/class/user.py

6 lines
62 B
Python
Raw Normal View History

class User():
def __init__(self, uid):
self.uid = uid