tippero/tipbot/__init__.py
moneromooo 6b6a1a67e7 Structural overhaul
Split the tipbot in modules:
- main modules to contain base functions by theme
- coin specs, to define a coin's specifics
- optional modules, defining commands/behaviors
2014-12-29 17:39:17 +00:00

2 lines
67 B
Python

__all__ = [ 'config', 'coins', 'utils', 'log', 'irc', 'commands' ]