thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.06k stars 527 forks source link

Add support for type hints #367

Closed alexandermalyga closed 3 years ago

alexandermalyga commented 3 years ago

This adds imports of the Firebase, Auth, Database and Storage classes to init.py in order to be able to use them as type hints.