sqlor/sqlor/aiosqliteor.py
2025-07-16 14:18:38 +08:00

8 lines
137 B
Python
Executable File

import re
from .sqlite3or import SQLite3or
class Aiosqliteor(SQLite3or):
@classmethod
def isMe(self,name):
return name=='aiosqlite'