Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

aroundthecode / ruamel.yaml   python

Repository URL to install this package:

Version: 0.15.80 

/ yaml / data / data.py

# coding: utf-8

from __future__ import print_function, absolute_import, division, unicode_literals


class Data(object):
    def __init__(self, args, config):
        self._args = args
        self._config = config