saysynth.cli.commands
The saysynth.cli.commands
module includes submodules containing the logic for each
saysynth command.
Each submodule defines a run
function which contains the logic
for executing the command and a cli
function which includes the click
decorators.
The seq
submodule imports the run
functions from a number of other submodules
as it provides an interface for running multiple commands at once.
1""" 2The `saysynth.cli.commands` module includes submodules containing the logic for each 3saysynth command. 4 5Each submodule defines a `run` function which contains the logic 6for executing the command and a `cli` function which includes the `click` decorators. 7 8The `seq` submodule imports the `run` functions from a number of other submodules 9as it provides an interface for running multiple commands at once. 10 11<center><img src="/assets/img/sun-wavy.png"></img></center> 12"""