from schrodinger.models import parameters [docs]class LoginModel(parameters.CompoundParam): host: str username: str password: str