rumine-api-wrapper/db/schemas/MySQLConfig.py

5 lines
69 B
Python

from pydantic import MySQLDsn
class MySQLConfig(MySQLDsn):
pass