Intitial release
This commit is contained in:
parent
299038fbc7
commit
fa8caa5116
21 changed files with 1234 additions and 0 deletions
7
model/common_models.py
Normal file
7
model/common_models.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from dataclasses import dataclass
|
||||
from typing import List
|
||||
|
||||
@dataclass
|
||||
class DecompileResult:
|
||||
invalid_result: List[str]
|
||||
valid_result: List[str]
|
Loading…
Add table
Add a link
Reference in a new issue