mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
5 lines
96 B
Lua
5 lines
96 B
Lua
---@module 'annotations'
|
|
---@type Codemp
|
|
local native = require('codemp.native')
|
|
|
|
return native
|