5 lines
94 B
Python
5 lines
94 B
Python
|
|
from examples.capa import run_capa
|
||
|
|
from examples.mtee import run_mtee
|
||
|
|
|
||
|
|
# run_capa()
|
||
|
|
run_mtee()
|