mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-05-07 08:22:54 +08:00
5 lines
81 B
Python
5 lines
81 B
Python
import sqlite3
|
|
|
|
def get_connection():
|
|
return sqlite3.connect("bili_note.db")
|