"""Schema/init-oriented DB API.""" from app.db.altcoin_db import get_conn, init_db __all__ = ["get_conn", "init_db"]