mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
5 lines
90 B
Python
5 lines
90 B
Python
import pymysql
|
|
|
|
pymysql.install_as_MySQLdb()
|
|
pymysql.version_info = (1, 4, 0, 'final', 0)
|