You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Adds new classes and methods
feat: Adds class LemmyLocalUser
feat: Adds class LemmyRegistrationApplication
feat: adds method get_registration_applications
feat: adds object classes (#104)
* feat: adds LemmyUser object class
* feat: adds lemmy.get_user() which returns a LemmyUser class
* Requires python 3.10+ from now