cleanup
This commit is contained in:
9
crap_bucket/bftype.py
Normal file
9
crap_bucket/bftype.py
Normal 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
|
||||
Reference in New Issue
Block a user