6 lines
139 B
Lua
6 lines
139 B
Lua
|
local notification_rules = {}
|
||
|
|
||
|
notification_rules.global = require 'rc.configuration.rules.notification.global'
|
||
|
|
||
|
return notification_rules
|