Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1""" 

2docutools package. 

3 

4Documentation tools for lc projects 

5""" 

6 

7from typing import List lppytest

8 

9__all__: List[str] = [] # noqa: WPS410 (the only __variable__ we use) lppytest