massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / babel / babel / __init__.pyi
1 from babel.core import (
2     Locale as Locale,
3     UnknownLocaleError as UnknownLocaleError,
4     default_locale as default_locale,
5     get_locale_identifier as get_locale_identifier,
6     negotiate_locale as negotiate_locale,
7     parse_locale as parse_locale,
8 )