Store parsing config object. :type config: ``dict`` :rtype: ``dict``
(config)
| 30 | |
| 31 | |
| 32 | def set_config(config): |
| 33 | """ |
| 34 | Store parsing config object. |
| 35 | |
| 36 | :type config: ``dict`` |
| 37 | |
| 38 | :rtype: ``dict`` |
| 39 | """ |
| 40 | global CONFIG |
| 41 | CONFIG = config |
| 42 | return config |