1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-24 18:04:15 +00:00
2024-11-17 20:35:20 +00:00

3 lines
92 B
JavaScript

export default class Extension {
static resolve = require("./methods/resolve").default
}