pocket-friends/pocket_friends/__main__.py

8 lines
134 B
Python
Raw Permalink Normal View History

"""
Wrapper that launches the launch script.
"""
import pocket_friends.launch as launch
if __name__ == '__main__':
launch.main()