Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit d38e080

Browse files
committed
add funcs to init
1 parent 829b0c0 commit d38e080

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gojo/unicode/__init__.mojo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .utf8 import string_iterator, rune_count_in_string

gojo/unicode/utf8/__init__.mojo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
"""Almost all of the actual implementation in this module was written by @mzaks (https://github.com/mzaks)!
22
This would not be possible without his help.
33
"""
4+
from .runes import string_iterator, rune_count_in_string

0 commit comments

Comments
 (0)