This commit is contained in:
felinae98 2022-01-19 15:27:39 +08:00
parent 608eaacd00
commit 2200963685
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -276,6 +276,7 @@ class NoTargetGroup(Platform, abstract=True):
enable_tag = False
DUMMY_STR = '_DUMMY'
enabled = True
has_target = False
def __init__(self, platform_list: list[Platform]):
self.platform_list = platform_list