This commit is contained in:
yumoqing 2022-11-16 11:15:32 +08:00
parent 9942fdcbf2
commit 942761209d

7
sqlor/aiosqliteor.py Normal file
View File

@ -0,0 +1,7 @@
import re
from .sqlite3or import Sqlite3or
class Aiosqliteor(Sqlite3or):
@classmethod
def isMe(self,name):
return name=='aiosqlite'