Attempt to refactor a bit of context, new count transform that counts the calls, new bonobo.structs package with basic data structures, removal of blessings.
This commit is contained in:
6
bonobo/constants.py
Normal file
6
bonobo/constants.py
Normal file
@ -0,0 +1,6 @@
|
||||
from bonobo.structs.tokens import Token
|
||||
|
||||
BEGIN = Token('Begin')
|
||||
END = Token('End')
|
||||
INHERIT_INPUT = Token('InheritInput')
|
||||
NOT_MODIFIED = Token('NotModified')
|
||||
Reference in New Issue
Block a user