bugfix
This commit is contained in:
parent
9942fdcbf2
commit
942761209d
7
sqlor/aiosqliteor.py
Normal file
7
sqlor/aiosqliteor.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
import re
|
||||||
|
from .sqlite3or import Sqlite3or
|
||||||
|
|
||||||
|
class Aiosqliteor(Sqlite3or):
|
||||||
|
@classmethod
|
||||||
|
def isMe(self,name):
|
||||||
|
return name=='aiosqlite'
|
Loading…
Reference in New Issue
Block a user