legal
Reads legal information from a json file and returns an object
Functions:
|
Reads information from the legal. |
- tools.legal.read_legal(path: pathlib.Path = PosixPath('static/text/legal.json')) dict [source]
Reads information from the legal. file and returns a dict
- Parameters
path (Path) – path to the file to be read. Defaults to “static/text/legal.json”
- Returns
dict containing the json content
- Return type
dict