# -*- coding: utf-8 -*-
"""executed when directory is called as script."""
from pblconvert import main
main()