10 lines
161 B
Python
10 lines
161 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
pyjeeves.models
|
|
~~~~~~~~~~~~~~~
|
|
|
|
models for databases
|
|
"""
|
|
from pyjeeves.connector import DBConnector
|
|
|
|
db = DBConnector()
|