mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-03-17 15:54:07 +01:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
/**
|
|
* The default argument placeholder value for methods.
|
|
*
|
|
* @type {Object}
|
|
*/
|
|
module.exports = {};
|