Add pymysql helper script for gevent

This commit is contained in:
Quantum 2025-01-02 00:48:32 -05:00
parent 971854f4c1
commit dea0154077

2
pymysql_as_mysql.py Normal file
View file

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