8 lines
120 B
Python
Executable File
8 lines
120 B
Python
Executable File
from .mysqlor import MySqlor
|
|
|
|
class AioMysqlor(MySqlor):
|
|
@classmethod
|
|
def isMe(self,name):
|
|
return name=='aiomysql'
|
|
|