#!/usr/bin/env python3
"""
SCRIPS-EDIT3 script for Package PLIB3.UI
Copyright (C) 2008-2021 by Peter A. Donis

Released under the GNU General Public License, Version 2
See the LICENSE and README files for more information

Wrapper script for the scrips-edit3 example program.
"""


if __name__ == '__main__':
    from plib.stdlib.postinstall import run_share_script
    run_share_script('scrips', 'plib3.ui', 'plib.ui', share_root='examples')
