#!/usr/bin/env python3
# -*- encoding: utf-8 -*-

import ATRI

bot = ATRI.Service()

if __name__ == '__main__':
    bot.init()
    bot.run()