nxy/bot/server.py
2017-07-07 02:49:37 +02:00

6 lines
81 B
Python

# -*- coding: utf-8 -*-
import irc3d
if __name__ == '__main__':
irc3d.run()