update 更新框架和控制细节
This commit is contained in:
@ -10,3 +10,7 @@ class Command:
|
||||
self.status = Status.Prepareing
|
||||
pass
|
||||
|
||||
class FeedCommand(Command):
|
||||
def __init__(self, feedingConfig):
|
||||
super().__init__()
|
||||
self.feed_config = feedingConfig
|
||||
Reference in New Issue
Block a user