5 lines
92 B
Python
5 lines
92 B
Python
#!/usr/bin/env python3
|
|
|
|
db = {}
|
|
db['uri'] = "postgresql://user:password@host:5432/database"
|