All checks were successful
continuous-integration/drone/push Build is passing
4 lines
78 B
Python
4 lines
78 B
Python
from pomodoro_bot.bot import run_bot
|
|
|
|
if __name__ == '__main__':
|
|
run_bot() |