feat(easel): add api provider
This commit is contained in:
@@ -6,6 +6,7 @@ from .model import ChannelId, Schedule
|
||||
|
||||
|
||||
class ScheduleApi(Api):
|
||||
TYPE = "schedule"
|
||||
INTERVAL: float = 0.5
|
||||
|
||||
async def get_channels(self) -> list[ChannelId]:
|
||||
|
||||
Reference in New Issue
Block a user