Add file docstrings
This commit is contained in:
parent
a32df113f5
commit
dd8241cc1d
7 changed files with 10 additions and 4 deletions
|
@ -12,6 +12,8 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
"""API functions for the ROS 2 trace command."""
|
||||
|
||||
import os
|
||||
|
||||
from tracetools_trace.tools import args
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
"""Module for trace command extension implementation."""
|
||||
|
||||
from ros2cli.command import CommandExtension
|
||||
from ros2trace.api import add_trace_arguments
|
||||
from ros2trace.api import init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue