mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
10 lines
136 B
Lua
10 lines
136 B
Lua
--
|
|
-- (C) 2018 - ntop.org
|
|
--
|
|
|
|
local ts_utils = require("ts_utils_core")
|
|
|
|
-- Include the schemas
|
|
ts_utils.loadSchemas()
|
|
|
|
return ts_utils
|