#!/usr/bin/env python
# -*- coding: utf-8 -*-

packages = [
    'test',
]

extensions = [
    'tests.unit-tests.assets.extensions.injection',
]
