mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-03-17 15:54:07 +01:00
11 lines
136 B
JavaScript
11 lines
136 B
JavaScript
/*!
|
|
* mime-db
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
* MIT Licensed
|
|
*/
|
|
|
|
/**
|
|
* Module exports.
|
|
*/
|
|
|
|
module.exports = require('./db.json')
|