fix utils init

This commit is contained in:
protolambda 2019-06-01 01:50:28 +02:00
parent 3cb43fcc27
commit 1c734d30a0
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623

View File

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