Skip to content

expose groundlight.model.ImageQuery type #9

@robotrapta

Description

@robotrapta

It would be nice to be able to write a method that takes a groundlight.model.ImageQuery object and use a type-hint like:

def parse_imagequery(iq:"groundlight.model.ImageQuery") -> str:

but the ImageQuery isn't exposed. If you call iq.__class__ you get model.ImageQuery which implies this might work, but it doesn't.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions