mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Import the backend interfaces on module import
This commit is contained in:
parent
ab18203b7c
commit
75ef0f2fda
@ -0,0 +1,2 @@
|
||||
# Include the backend interfaces
|
||||
from bigchaindb.backend import changefeed, schema, query # noqa
|
@ -0,0 +1,2 @@
|
||||
# Register the single dispatched modules on import
|
||||
from bigchaindb.backend.rethinkdb import changefeed, schema, query # noqa
|
Loading…
x
Reference in New Issue
Block a user