6 lines
75 B
Python
6 lines
75 B
Python
from utils.db_api.sqlite import Database
|
|
|
|
db = Database()
|
|
|
|
def test():
|
|
|