openprotein.models.ModelsAPI#
- class openprotein.models.ModelsAPI(session)[source]#
API-like accessor that groups all available protein models.
This class is attached to the main APISession and provides a single, consistent entry point for accessing various models.
- Parameters:
session (APISession)
- __init__(session)[source]#
Initializes the ModelsAPI and attaches instances of all available models.
- Parameters:
session (APISession) – The active APISession to be used by the models for API calls.
Methods
__init__(session)Initializes the ModelsAPI and attaches instances of all available models.