initial commit

This commit is contained in:
2025-11-27 16:03:07 -08:00
commit 50b114b33e
3 changed files with 20 additions and 0 deletions

7
app.py Normal file
View File

@@ -0,0 +1,7 @@
import psycopg2 as sql
sql.connect(
dbname="database",
user="user",
password="password",
host="localhost"
)