add pymysql import to __init__.py to fix error related MySQLdb

This commit is contained in:
jmath1 2020-06-15 03:39:53 -04:00 committed by Jonathan Math
parent b1d10454ce
commit 330f05f681

View file

@ -0,0 +1,3 @@
import pymysql
pymysql.install_as_MySQLdb()