In the future we will only need human developers to do work that the bots are too lazy to do
```python
# Dictionary for special cases
special_cases = {
"lineno": "Line Number",
"funcName": "Function Name",
"exc_info": "Exception Info",
# Add more special cases here
}
```