M lazy-lock.json M lua/custom/configs/lspconfig.lua M lua/custom/init.lua A lua/custom/journal.lua A nvim_venv/bin/Activate.ps1 A nvim_venv/bin/activate A nvim_venv/bin/activate.csh A nvim_venv/bin/activate.fish
4 lines
58 B
Python
4 lines
58 B
Python
from typing import Any
|
|
|
|
def __getattr__(name) -> Any: ...
|