mirror of
https://github.com/wentasah/ros2nix.git
synced 2025-06-09 15:52:23 +03:00
3 lines
54 B
Python
3 lines
54 B
Python
import sys
|
|
from .ros2nix import main
|
|
sys.exit(main())
|