__init__.py 89 B

123
  1. import pymysql
  2. pymysql.version_info = (1, 4, 13, "final", 0)
  3. pymysql.install_as_MySQLdb()