mirror of
https://code.forgejo.org/actions/setup-python.git
synced 2026-03-17 12:35:54 +03:00
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
'use strict';
|
|
|
|
var implementation = require('./implementation');
|
|
|
|
module.exports = Function.prototype.bind || implementation;
|