コード例 #1
0
ファイル: run.py プロジェクト: z3r0privacy/Santa_Alg
def get_all_methods(gifts, log):
  return [sub(gifts, log) for sub in Method.__subclasses__()]