mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Initial commit
This commit is contained in:
17
venv/Lib/site-packages/sniffio/__init__.py
Normal file
17
venv/Lib/site-packages/sniffio/__init__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
"""Top-level package for sniffio."""
|
||||
|
||||
__all__ = [
|
||||
"current_async_library",
|
||||
"AsyncLibraryNotFoundError",
|
||||
"current_async_library_cvar",
|
||||
"thread_local",
|
||||
]
|
||||
|
||||
from ._version import __version__
|
||||
|
||||
from ._impl import (
|
||||
current_async_library,
|
||||
AsyncLibraryNotFoundError,
|
||||
current_async_library_cvar,
|
||||
thread_local,
|
||||
)
|
Reference in New Issue
Block a user