1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-22 00:44:17 +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
}