python Python language plugin for the @form8ion tool suite Table of Contents Usage Installation Example Contributing Dependencies Verification Usage Installation $ npm install @form8ion/python --save-prod Example Import import {scaffold} from '@form8ion/python'; Execute (async () => { await scaffold({projectRoot: process.cwd()}); })(); Contributing Dependencies $ nvm install $ npm install Verification $ npm test