""" created 14.20.2020 by Jens Diemer :copyleft: 2020 by the PyInventory team, see AUTHORS for more details. :license: GNU GPL v3 or above, see LICENSE for more details. """ __version__ = "0.9.0" # https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref default_app_config = "inventory.apps.InventoryConfig"