mirror of
https://gitcode.com/gh_mirrors/se/setup-python.git
synced 2026-07-07 20:09:24 +00:00
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
'use strict';
|
|
|
|
|
|
var yaml = require('./lib/js-yaml.js');
|
|
|
|
|
|
module.exports = yaml;
|