6 lines
67 B
JavaScript
6 lines
67 B
JavaScript
module.exports = {
|
|
src: [
|
|
'accountant/**/*.py'
|
|
]
|
|
}
|