moved log to own package

This commit is contained in:
2023-01-30 02:59:55 +01:00
parent 77d330a71d
commit a9eb569a02
10 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
package kernel;
import kernel.log.Log;
import lib.Pos;
import cc.HTTP.HTTPResponse;
import lua.TableTools;