5 lines
89 B
Python
5 lines
89 B
Python
"""Contains the gino DB connection for the application."""
|
|
import gino
|
|
|
|
db = gino.Gino()
|