#!/usr/bin/python3
from franka_lock_unlock.franka_lock_unlock import main

if __name__ == '__main__':
    main()
