mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
6b6a1a67e7
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
1 line
67 B
Python
1 line
67 B
Python
__all__ = [ 'config', 'coins', 'utils', 'log', 'irc', 'commands' ]
|