from .getter import (
    get_base_info,
    get_deal_detail,
    get_history_bill,
    get_latest_quote,
    get_quote_history,
    get_realtime_quotes_by_fs,
    get_today_bill,
)

__all__ = []
