From 4d8f8130dc53799dda3edba40cbaedc9ac108d8e Mon Sep 17 00:00:00 2001 From: KenanZhu <3471685733@qq.com> Date: Tue, 13 Jan 2026 22:40:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(operators.=5F=5Finit=5F=5F):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20LibChecker=20=E7=B1=BB=E7=9A=84=E7=AE=80=E4=BB=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/operators/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/operators/__init__.py b/src/operators/__init__.py index 9c88fb0..27a9a50 100644 --- a/src/operators/__init__.py +++ b/src/operators/__init__.py @@ -8,5 +8,6 @@ - LibReserve: Library operator for reserving seat. - LibCheckin: Library operator for checking in seat. - LibCheckout: Library operator for checking out seat. + - LibChecker: Library operator for checking record status. - LibRenew: Library operator for renewing seat. """ \ No newline at end of file