5 lines
123 B
Python
5 lines
123 B
Python
from helper_sql import *
|
|
|
|
def insert(t):
|
|
sqlExecute('''INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)''', *t)
|