🔥 change file structure & add pack.py

This commit is contained in:
ValKmjolnir
2024-03-03 23:12:16 +08:00
parent 4da8bbbd40
commit cc04720f12
45 changed files with 259 additions and 181 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
use module.libsock;
use module.libnasock;
use std.json;
use std.runtime;
use std.os;
use std.unix;
var socket = libsock.socket;
var socket = libnasock.socket;
var gettime = func() {
return split(" ",os.time())[1];