File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- """Pymathics Language
1+ """Mathics3 Module PyICU
22
33This module provides Mathics functions and varialbles to work with
4- Lanugages and Translations
4+ Languages and Translations.
55"""
66
7-
87from pymathics .language .__main__ import Alphabet
98from pymathics .language .version import __version__
109
Original file line number Diff line number Diff line change 99# PyICU: human-language alphabets and locales
1010
1111
12- from icu import Locale , LocaleData
1312from typing import List , Optional
1413
15- from mathics . core . builtin import Builtin
14+ from icu import Locale , LocaleData
1615from mathics .core .atoms import String
16+ from mathics .core .builtin import Builtin
1717from mathics .core .convert .expression import to_mathics_list
1818
1919availableLocales = Locale .getAvailableLocales ()
You can’t perform that action at this time.
0 commit comments