class UserSystem: """ Higher-level API for managing users """ api_usersystem = None def __init__(self, usersystem): self.api_usersystem = usersystem