Stability process predicate evaluation module
This commit is contained in:
parent
78e31ea49c
commit
03bc34539c
19 changed files with 1365 additions and 123 deletions
|
@ -1,8 +1,7 @@
|
|||
import argparse
|
||||
from usecases.stability_check_usecase import StabilityCheckUseCase
|
||||
|
||||
# python3 main.py --aspPath /Users/idontsudo/framework/asp/out/
|
||||
|
||||
# python3 main.py --aspPath /Users/idontsudo/framework/asp/out
|
||||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser()
|
||||
|
@ -10,3 +9,4 @@ def main():
|
|||
args = parser.parse_args()
|
||||
StabilityCheckUseCase().call(args.aspPath)
|
||||
main()
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue