6 lines
165 B
Python
6 lines
165 B
Python
"""Executable Copienator commands.
|
|
|
|
Command modules expose a ``main(argv=None)`` entry point and may also expose
|
|
their processing functions for reuse and tests.
|
|
"""
|