claws / aioprometheus

A Prometheus Python client library for asyncio-based applications
174 stars 21 forks source link

Add __all__ variable to __init__.py #101

Open owenwastaken opened 3 weeks ago

owenwastaken commented 3 weeks ago

Resolves #96 by adding all imports in __init__.py to the __all__ variable

owenwastaken commented 3 weeks ago

Here's Python documentation on the all variable. https://docs.python.org/3/tutorial/modules.html#importing-from-a-package