mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Add 'require' statements for JSON/YAML
This commit is contained in:
parent
e611e21d02
commit
b9e7dfab09
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
# all the associated validation/parsing routines.
|
||||
#
|
||||
|
||||
require "json"
|
||||
require "yaml"
|
||||
|
||||
class Preferences
|
||||
include JSON::Serializable
|
||||
include YAML::Serializable
|
||||
|
|
Loading…
Reference in a new issue