added logics module

This commit is contained in:
Artur Meski
2017-03-02 21:00:20 +01:00
parent 821df2e152
commit ed1d9433a6

View File

@@ -1,6 +1,6 @@
clean:
rm -rf rs/__pycache__ smt/rs/__pycache__ __pycache__
rm -rf rs/__pycache__ smt/rs/__pycache__ logics/__pycache__ __pycache__
find . -name '*.pyc' -exec rm -f {} \;
cleanall: clean