mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Added initial file
This commit is contained in:
parent
8a296488d3
commit
69ff24fc99
8
src/message_redaction.py
Normal file
8
src/message_redaction.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from src.configloader import settings
|
||||
import sqlite3
|
||||
|
||||
|
||||
def create_schema():
|
||||
|
||||
|
||||
def create_connection():
|
Loading…
Reference in a new issue