Voice et bot modif

This commit is contained in:
pi 2026-06-16 17:09:34 +00:00
parent 189d56026b
commit 7333a22bcd
10774 changed files with 634644 additions and 933308 deletions

View file

@ -0,0 +1,11 @@
"""The main point for importing pytest-asyncio items."""
from __future__ import annotations
from importlib.metadata import version
from .plugin import fixture, is_async_test
__version__ = version(__name__)
__all__ = ("fixture", "is_async_test")