Coverage for src/django_resume/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-10-13 13:17 +0200

1# from .plugins import plugin_registry, SimplePlugin, ListPlugin 

2# 

3# __all__ = [ 

4# "plugin_registry", 

5# "SimplePlugin", 

6# "ListPlugin", 

7# ]