Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky Patel committed Feb 16, 2022
1 parent fbb5757 commit 4a4f90b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions postgres_db/postgres_init.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Initialization Script for PostgresDB.
# This script creates tables for the PostgresDB.

import os
import psycopg2
from dotenv import load_dotenv
Expand Down

0 comments on commit 4a4f90b

Please sign in to comment.