class uploadFile { constructor(x, y) { this.x = x; this.y = y; } } export { uploadFile }