#!/usr/bin/env python3
"""
SCRIPS3 script for Package PLIB3.STDLIB
Copyright (C) 2008-2022 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 scrips3 example program.
"""


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