mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-05-12 02:20:18 +08:00
5 lines
82 B
Python
5 lines
82 B
Python
import sqlite3
|
|
|
|
def get_connection():
|
|
return sqlite3.connect("note_tasks.db")
|