sx: add to_type to public API

This commit is contained in:
Shiz 2021-06-26 03:39:51 +02:00
parent 45e68d110b
commit e4c8f5430d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from .core import parse, dump, sizeof, offsetof, default
from .core import parse, dump, sizeof, offsetof, default, to_type
from .core.base import Context, Type
from .core.io import Stream, Segment
from .core.meta import Wrapper, Generic