This commit is contained in:
Artur Meski
2016-03-03 12:39:28 +01:00
parent c686317e16
commit a2d4912d2e
4 changed files with 0 additions and 0 deletions

9
crap_bucket/bftype.py Normal file
View File

@@ -0,0 +1,9 @@
#from enum import Enum
class opertype:
"""Boolean Formulae Types"""
unspec = 0
o_and = 1
o_or = 2
o_not = 3
o_var = 10