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:
parent
c6a8b30d2d
commit
45e9f7780c
3 changed files with 84 additions and 65 deletions
3
rtmbot/__init__.py
Normal file
3
rtmbot/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from core import *
|
||||
|
||||
site_config = {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue