Skip to content

Commit 73a2b25

Browse files
author
Lh4cKg
committed
update __init__
1 parent f887fd9 commit 73a2b25

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

geolang/__init__.py

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1+
"""
2+
initialization package imports
3+
"""
4+
15
from geolang.geolang import (
2-
__author__,
3-
__version__,
4-
_KA_ALPHABET,
5-
_LAT_ALPHABET,
6-
KA2KA,
7-
LAT2LAT,
8-
KA2LAT,
9-
LAT2KA,
10-
UNI2LAT,
11-
_2KA,
12-
_2LAT,
13-
encode_slugify,
14-
GeoLangToolKit,
15-
)
6+
__author__,
7+
__version__,
8+
ka2Lat,
9+
lat2Ka,
10+
_2ka,
11+
_2lat,
12+
encode_slugify,
13+
GeoLangToolKit,
14+
)
1615
# from geolang.geolang import *
17-
from .unicode import unicode
16+
from .unicode import unicode_all, unicode_ka

0 commit comments

Comments
 (0)