You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
372 B
Python

__all__ = ["PowerFVCore"]
class PowerFVCore:
@classmethod
def add_check_arguments(cls, parser):
pass
@classmethod
def wrapper(cls, **kwargs):
raise NotImplementedError
@classmethod
def add_build_arguments(cls, parser):
pass
@classmethod
def add_files(cls, platform, wrapper, *, src_dir, **kwargs):
pass