mirror of
https://github.com/kristoferssolo/School.git
synced 2025-12-30 21:31:48 +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")
|