sqlor/sqlor/aiomysqlor.py
2020-08-07 07:40:32 +08:00

8 lines
120 B
Python
Executable File

from .mysqlor import MySqlor
class AioMysqlor(MySqlor):
@classmethod
def isMe(self,name):
return name=='aiomysql'