Skip to content
Snippets Groups Projects
Select Git revision
  • 080bcc02d370d41854f984a8d9dd00eaefa89939
  • master default protected
2 results

indicator.py

Blame
  • main.py 125 B
    #!/usr/bin/env python
    # -*- coding: utf-8 -*-
    from bot import Bot
    
    if __name__ == "__main__":
        bot = Bot()
        bot.start()