deploifai / meteorite

A fast and simple web server for machine learning models
https://pypi.org/project/meteorite
MIT License
8 stars 1 forks source link

add type hints #10

Closed 98sean98 closed 1 year ago

98sean98 commented 1 year ago
98sean98 commented 1 year ago

I tested with maturin develop. And it appears that a __init__.pyi file is included in the final meteorite python package that gets built. The __init__.pyi file has the same contents as meteorite.pyi that I've written.