add exports

This commit is contained in:
Yusur 2025-08-15 20:41:07 +02:00
parent ab6dbbade6
commit 0fc01bc2fb
2 changed files with 3 additions and 3 deletions

View file

@ -314,5 +314,5 @@ def none_pass(func: Callable, *args, **kwargs) -> Callable:
return wrapper
__all__ = (
'deprecated', 'not_implemented', 'timed_cache', 'none_pass'
'deprecated', 'not_implemented', 'timed_cache', 'none_pass', 'alru_cache'
)