mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
8 lines
129 B
Go
8 lines
129 B
Go
|
|
package obilua
|
||
|
|
|
||
|
|
import lua "github.com/yuin/gopher-lua"
|
||
|
|
|
||
|
|
func RegisterObilib(luaState *lua.LState) {
|
||
|
|
RegisterObiSeq(luaState)
|
||
|
|
}
|