Skip to content

Support top-level import for VLMRun class #130

@spillai

Description

@spillai

medium

This change correctly updates the import path. However, the need for this change highlights a potential improvement in the library's API design for better developer experience. A more user-friendly approach would be to allow importing VLMRun directly from the top-level vlmrun package. You could enable this by adding from .client import VLMRun to vlmrun/__init__.py. This would allow users to write from vlmrun import VLMRun, simplifying usage.

Originally posted by @gemini-code-assist[bot] in #129

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions