fix utils init

This commit is contained in:
protolambda
2019-06-01 01:50:28 +02:00
parent 3cb43fcc27
commit 1c734d30a0

View File

@@ -1,4 +1,4 @@
from .merkle_minimal import *
from .hash_function import *
from .bls_stub import *
from .bls import *
from .ssz import *