Python 3.8, aiomysql
I have a code:
import aiomysql class AsyncSQL: def __init__(self, loop): self.pool = aiomysql.create_pool(host="