5 lines
69 B
Python
5 lines
69 B
Python
|
from pydantic import MySQLDsn
|
||
|
|
||
|
|
||
|
class MySQLConfig(MySQLDsn):
|
||
|
pass
|