Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose groundlight.model.ImageQuery type #9

Open
robotrapta opened this issue Jul 24, 2022 · 0 comments
Open

expose groundlight.model.ImageQuery type #9

robotrapta opened this issue Jul 24, 2022 · 0 comments

Comments

@robotrapta
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant