Added new module to handle commands and interactions, namey:
class Interaction(DictionaryField, HasBlocks, HasInputAction)
class ViewInteraction(Interaction, HasView)
class ViewSubmission(ViewInteraction)
class BlockActions(Interaction)
class ViewBlocksInteraction(BlockActions, ViewInteraction)
class MessageBlocksInteraction(BlockActions)
"interfaces like" objects has been created to classify interactions