Files
Copies/copienator/commands/__init__.py
T

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.
"""