summaryrefslogtreecommitdiff
path: root/tests/modules/plugins/another.py
blob: 2ff84dacf3da5307d00c3690a99e4cd4563a175f (plain)
1
2
3
4
5
6
"""A plugin for tests to reference."""

from coverage import CoveragePlugin

class Plugin(CoveragePlugin):
    pass