Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

cf.replace.user.js

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