4 lines
59 B
Python
4 lines
59 B
Python
|
import sqlite3
|
||
|
|
||
|
con = sqlite3.connect('../db/bot.sqlite3')
|