Type in The IDLE or Shell: import ros
To execute a command, type ros.[command]
Type in The IDLE or Shell: from ros import *
To execute a command, type [command]
Type in The IDLE or Shell: from ros import [command]
To execute a command, type ros.[command]
Type in The IDLE or Shell: import ros as [prefix]
To execute a command, type ros.[command]
Type in The IDLE or Shell: from ros import [command] as [name]
To execute a command, type ros.[name]