#!/usr/bin/env python3
"""
UI-TEXT3 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 ui-text3 example program.
"""


if __name__ == '__main__':
    from plib.stdlib.postinstall import run_share_script
    run_share_script('ui', 'plib3.ui', 'plib.ui', share_root='examples', script_basename="ui-text3.py")
