chore: auto commit

This commit is contained in:
LIghtJUNction
2026-03-24 00:06:24 +08:00
parent f5bc74ca58
commit 15789efbfb
4 changed files with 211 additions and 100 deletions

View File

@@ -12,11 +12,11 @@ Run with: uv run python examples/abp_demo.py
from __future__ import annotations
import anyio
import asyncio
from dataclasses import dataclass
from typing import Any
import anyio
# Mock Star class that implements the expected interface
@dataclass