#!/usr/bin/python3
import sys

sys.path.insert(0, "/usr/lib/python3/dist-packages")
from ferm.apply import main

sys.exit(main())
