Files
Aether/_deprecated_py_src/utils/__init__.py

4 lines
140 B
Python
Raw Normal View History

2025-12-10 20:52:44 +08:00
from .timeout import AsyncTimeoutError, run_with_timeout, with_timeout
__all__ = ["with_timeout", "run_with_timeout", "AsyncTimeoutError"]