Coverage for distro_tracker/vendor/skeleton/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2025-01-12 09:15 +0000

1""" 

2A skeleton of a vendor-specific app implementation. 

3 

4Gives a convenient starting point for implementing such an app, by inspecting 

5all the vendor-specific functions that can be implemented. 

6"""