matteo-the-prestige/matteo_env/Lib/site-packages/yarl/__init__.py

6 lines
154 B
Python
Raw Normal View History

2020-12-20 00:08:09 +00:00
from ._url import URL, cache_clear, cache_configure, cache_info
__version__ = "1.5.1"
__all__ = ("URL", "cache_clear", "cache_configure", "cache_info")