user.py: from asyncpg import create_pool from sanic import Blueprint bp = Blueprint('dp') class pg: def __init__(self, pg_pool): self.pg_pool = pg_pool ...
確定! 回上一頁