refactored main into start_rtmbot.py, refactored so that RtmBot class is more self sufficient and can be imported and used more easily, removed unused objects from main

This commit is contained in:
Thomas Zakrajsek 2015-08-02 18:29:11 -04:00
parent c6a8b30d2d
commit 45e9f7780c
3 changed files with 84 additions and 65 deletions

3
rtmbot/__init__.py Normal file
View file

@ -0,0 +1,3 @@
from core import *
site_config = {}