duneanalytics / dune-client

A framework for interacting with Dune Analytics' officially supported API service
Apache License 2.0
85 stars 22 forks source link

Reexport all public interfaces in one place #29

Open bh2smith opened 1 year ago

bh2smith commented 1 year ago

I find these multi-line imports look a bit ugly and could probably be solved by some reexporting in the __init__.py file:

from dune_client.client import DuneClient
from dune_client.query import Query
from dune_client.types import QueryParameter, DuneRecord