mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
4 lines
140 B
Python
4 lines
140 B
Python
|
|
from .timeout import AsyncTimeoutError, run_with_timeout, with_timeout
|
||
|
|
|
||
|
|
__all__ = ["with_timeout", "run_with_timeout", "AsyncTimeoutError"]
|