SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- import yaml
- from box import Box
- def open_yaml(filename):
- with open(filename, 'r', encoding='utf8') as f:
- return yaml.safe_load(f)
- def get_text(lang):
- filename = lang.lower() + '.yml'
- import yaml
- def open_yaml(filename):
- with open(filename, 'r', encoding='utf8') as f:
- return yaml.safe_load(f)
- def get_text(lang):
- filename = lang.lower() + '.yml'
- return open_yaml(filename)
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.