/
githubmirror
/
icu
Обзор
Документация
Войти
/
githubmirror
/
icu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/py/libs/__init__.py
12 строк
282 B
Mihai Nita
ICU-23333 Create equivalent build.py scripts for all ant tasks
28 мар 2026, 00:35
28 мар 2026, 00:35
f83f165
Код
Авторство
О чём код?
# Copyright (C) 2026 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html import os from . import iculog HOME_DIR: str = os.path.expanduser('~') ICU_DIR: str = os.getenv('ICU_ROOT', '.') # Initialize logging iculog.init_logging()