Coverage for torxtools/__init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.5.1, created at 2024-05-18 01:02 +0000

1import typing as t 

2 

3from . import xdgtools 

4 

5__all__: t.List[str] = [] 

6 

7# call on instantiation 

8xdgtools.setenv()