Refactor nap into a package dir

This commit is contained in:
2021-05-18 11:38:28 -06:00
parent 2083b90df0
commit 92b56b167d
5 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
-lib uuid
-lib kiss
-cp src
--main Main
--main nap.Main
--interp

View File

@@ -1,4 +1,4 @@
package;
package nap;
import kiss.Kiss;
import kiss.Prelude;

View File

@@ -1,4 +1,4 @@
package;
package nap;
import kiss.Kiss;
import kiss.Prelude;