mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 09:09:30 +00:00
6 lines
No EOL
120 B
Lua
6 lines
No EOL
120 B
Lua
local time = require((...):match("^(.-%.)backend").."time")
|
|
local ctr = require("ctr")
|
|
|
|
time.get = ctr.time
|
|
|
|
return time |