5 lines
98 B
Python
5 lines
98 B
Python
#!/usr/bin/env python
|
|
# coding: utf-8
|
|
|
|
from sqlite_db import SqliteDB
|
|
from mysql_db import MysqlDB |