Skip to content

Commit

Permalink
Minor update of main __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed May 17, 2024
1 parent c82f81c commit f38281c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/rod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,16 @@
from .sdf.world import World
from .utils.frame_convention import FrameConvention

# ===============================
# Configure the logging verbosity
# ===============================


def _is_editable():
"""
Check if the rod package is installed in editable mode.
"""

import importlib.util
import pathlib
import site
Expand Down

0 comments on commit f38281c

Please sign in to comment.