mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
11 lines
164 B
Lua
11 lines
164 B
Lua
--
|
|
-- (C) 2018 - ntop.org
|
|
--
|
|
|
|
local ts_utils = require("ts_utils_core")
|
|
|
|
-- Include the schemas
|
|
ts_utils.loadSchemas()
|
|
--tprint(debug.traceback())
|
|
|
|
return ts_utils
|