feat: initial commit

Release-As: 0.1.0
This commit is contained in:
2026-04-04 23:58:45 +03:00
commit 7df3775ae7
30 changed files with 2118 additions and 0 deletions

6
plugin/input-form.lua Normal file
View File

@@ -0,0 +1,6 @@
-- Load guard so the plugin is only initialized once.
if _G.InputFormLoaded then
return
end
_G.InputFormLoaded = true