3 lines
92 B
Python
3 lines
92 B
Python
|
from sqlalchemy.dialects.informix import base, informixdb
|
||
|
|
||
|
base.dialect = informixdb.dialect
|