### Feature you want to implement Make a user model for user information from server. (For now, uid) ### How the feature is implemented Create a class for user model. It has only uid now. Be able to add parameter when I need.
Feature you want to implement
Make a user model for user information from server. (For now, uid)
How the feature is implemented
Create a class for user model. It has only uid now. Be able to add parameter when I need.