6 lines
66 B
Python
6 lines
66 B
Python
|
|
#!/usr/bin/env python3
|
||
|
|
|
||
|
|
from sigma.sigma2misp import main
|
||
|
|
|
||
|
|
main()
|