]> git.cworth.org Git - turbot/commit
Move rot function down into turbot/commands.py
authorCarl Worth <cworth@cworth.org>
Tue, 13 Oct 2020 23:31:35 +0000 (16:31 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 13 Oct 2020 23:31:35 +0000 (16:31 -0700)
commit28d6e1ed4387e7c44dee866191d3c50d9b962861
tree167e6bf8978dd1331ffd9659cdfdf59723fa5cf6
parent930800b1d8b6da514bcaded09c27036fef73623e
Move rot function down into turbot/commands.py

Completing the bulk of the code movement out of turbot_lambda.py

Now, the code in turbot_lambda is really just about handling the
request and figuring out which type it is, (whether a Slack action,
command, event, etc.), and calling out to the appropriate code in
turbot.actions, turbot.commands, turbot.events, etc.
turbot/commands.py [new file with mode: 0644]
turbot_lambda/turbot_lambda.py