Impl pyauto

This commit is contained in:
Changhua
2023-10-07 17:02:43 +08:00
parent 8949976845
commit 13e20e4977
5 changed files with 153 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from abc import abstractmethod
from typing import Any, Callable
from wcfauto.event import Event
from wcferry.client import Wcf
from wcfauto.wcf import WcfV2 as Wcf
class Register(Event):