8 lines
134 B
Python
8 lines
134 B
Python
"""
|
|
Wrapper that launches the launch script.
|
|
"""
|
|
import pocket_friends.launch as launch
|
|
|
|
if __name__ == '__main__':
|
|
launch.main()
|