mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
8 lines
149 B
Python
8 lines
149 B
Python
from bigchaindb.db.factory import BackendFactory
|
|
|
|
|
|
class RethinkDBFactory(BackendFactory):
|
|
|
|
def __init__(self, host, port, dbname):
|
|
pass
|