#!/usr/bin/env python
"""
	@author: Jean-Lou Dupont
"""
from transmission_helper.remove import main

main()
