logics module

This commit is contained in:
Artur Meski
2017-03-02 20:59:07 +01:00
parent 68c824e2f1
commit 2abf76ae72
3 changed files with 138 additions and 0 deletions

2
logics/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from logics.rsltl import Formula_rsLTL
from logics.rsltl import BagDescription