зеркало из https://github.com/mozilla/pjs.git
7 строки
134 B
Python
7 строки
134 B
Python
|
from pysqlite2 import dbapi2 as sqlite
|
||
|
from databases import mysql as MySQLdb
|
||
|
|
||
|
|
||
|
db = MySQLdb.connect("localhost","o","o","o_graphs")
|
||
|
|