#! /usr/bin/python3

import sys
sys.path[0:0] = ['/usr/share/python3']
import py3versions
py3versions.main()
