mirror of
https://github.com/kristoferssolo/School.git
synced 2025-12-31 13:42:46 +00:00
6 lines
154 B
Python
6 lines
154 B
Python
from ._url import URL, cache_clear, cache_configure, cache_info
|
|
|
|
__version__ = "1.6.3"
|
|
|
|
__all__ = ("URL", "cache_clear", "cache_configure", "cache_info")
|