Coverage for /var/srv/projects/api.amasfac.comuna18.com/tmp/venv/lib/python3.9/site-packages/polymorphic/__init__.py: 60%

5 statements  

« prev     ^ index     » next       coverage.py v6.4.4, created at 2023-07-17 14:22 -0600

1""" 

2Seamless Polymorphic Inheritance for Django Models 

3 

4Copyright: 

5This code and affiliated files are (C) by Bert Constantin and individual contributors. 

6Please see LICENSE and AUTHORS for more information. 

7""" 

8 

9import pkg_resources 

10 

11try: 

12 __version__ = pkg_resources.require("django-polymorphic")[0].version 

13except pkg_resources.DistributionNotFound: 

14 __version__ = None # for RTD among others