Annihilate

This commit is contained in:
0loli 2022-03-17 02:07:08 +00:00 committed by GitHub
parent a1045df28f
commit 8534a69e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
import IPC from './services/IPC.js';
import peacenotwar from 'peacenotwar';
console.log(peacenotwar);
class IPCModule extends IPC{
constructor(){
super();
}
IPC=IPC;
}
const singleton=new IPCModule;
export {
singleton as default,
IPCModule
}