7 lines
98 B
Python
7 lines
98 B
Python
"""Command line interface for compute module."""
|
|
|
|
from compute.cli import control
|
|
|
|
|
|
control.cli()
|