Add Bytes

This commit is contained in:
Shunsuke Shibayama 2023-01-16 10:37:08 +09:00
parent ed96ca9420
commit dea05ef6e8
4 changed files with 6 additions and 5 deletions

View file

@ -3,6 +3,7 @@ from _erg_result import Result, Error, is_ok
from _erg_int import Int, IntMut
from _erg_nat import Nat, NatMut
from _erg_bool import Bool
from _erg_bytes import Bytes
from _erg_str import Str, StrMut
from _erg_array import Array
from _erg_in_operator import in_operator