[console_scripts]
smiley = smiley.app:main

[smiley.commands]
server = smiley.commands.server:Server
replay = smiley.commands.replay:Replay
threads = smiley.commands.threads:Threads
show = smiley.commands.show:Show
stats_export = smiley.commands.stats:StatsExport
list = smiley.commands.list:List
record = smiley.commands.record:Record
report = smiley.commands.report:Report
stats_show = smiley.commands.stats:StatsShow
monitor = smiley.commands.monitor:Monitor
export = smiley.commands.export:Export
run = smiley.commands.run:Run
import = smiley.commands.export:Import

