mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-18 18:06:44 +00:00
6 lines
103 B
Lua
6 lines
103 B
Lua
local ROOT = (...):gsub('[^.]*$', '')
|
|
|
|
local Backend = require(ROOT .. 'backend')
|
|
|
|
return Backend.Font
|