mirror of
https://github.com/kepler155c/opus
synced 2026-09-08 10:29:19 +00:00
move apis into rom/modules/main for shell compatibility
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
local Event = require('event')
|
||||
local Socket = require('socket')
|
||||
local Terminal = require('terminal')
|
||||
local Util = require('util')
|
||||
local Event = require('opus.event')
|
||||
local Socket = require('opus.socket')
|
||||
local Terminal = require('opus.terminal')
|
||||
local Util = require('opus.util')
|
||||
|
||||
local colors = _G.colors
|
||||
local multishell = _ENV.multishell
|
||||
|
||||
Reference in New Issue
Block a user