[smiley.commands]
run = smiley.commands.run:Run
monitor = smiley.commands.monitor:Monitor
stats_export = smiley.commands.stats:StatsExport
list = smiley.commands.list:List
server = smiley.commands.server:Server
record = smiley.commands.record:Record
replay = smiley.commands.replay:Replay
stats_show = smiley.commands.stats:StatsShow

[console_scripts]
smiley = smiley.app:main

