Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

agriconnect / python3.8-examples   deb

Repository URL to install this package:

/ usr / share / doc / python3.8 / examples / scripts / 2to3

#! /usr/bin/python3.8
import sys
from lib2to3.main import main

sys.exit(main("lib2to3.fixes"))