Skip to content

Commit

Permalink
Update db.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pdr21001 authored Apr 23, 2025
1 parent 767c8d9 commit 852c901
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/db.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Database utility functions for managing the pet adoption database.
"""

import sqlite3
import os

Expand Down

0 comments on commit 852c901

Please sign in to comment.