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

5 lines
69 B
Python
Raw Permalink Normal View History

2024-03-07 14:06:53 +01:00
from pydantic import MySQLDsn
class MySQLConfig(MySQLDsn):
pass