expose to_stream

This commit is contained in:
Shiz 2021-10-04 23:35:49 +02:00
parent e02b9fb855
commit d98f070b7d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from .core import parse, dump, sizeof, offsetof, default, context
from .core.base import Params, Context, Type, to_type, Error
from .core.base import Params, Context, Type, to_type, to_stream, Error
from .core.io import Stream, Segment, to_stream, Endian, BitAlignment
from .core.expr import BaseExpr, Expr, const, infer, bool_, not_, and_, or_, in_, len_, int_, float_
from .core.meta import Wrapper, Generic