mozilla_schema_generator/__init__.py (4 lines of code) (raw):

# -*- coding: utf-8 -*- # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. """Generate schemas for mozilla-pipeline-schemas. .. include:: ../README.md """ __docformat__ = "restructuredtext" __author__ = "Frank Bertsch" __email__ = "frank@mozilla.com" __version__ = "0.1.0"