Coverage for pymend\__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2024-04-20 19:09 +0200

1"""Main pymend module.""" 

2 

3from .pymend import PyComment, __author__, __copyright__, __licence__, __version__ 

4 

5name = "pymend" # pylint: disable=invalid-name 

6 

7__all__ = ["PyComment", "__version__", "__copyright__", "__author__", "__licence__"]