mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
7 lines
152 B
Python
7 lines
152 B
Python
from . import mssql
|
|
from . import mysql
|
|
from . import oracle
|
|
from . import postgresql
|
|
from . import sqlite
|
|
from .impl import DefaultImpl as DefaultImpl
|