Source code for pykern.base_pkconfig

# -*- coding: utf-8 -*-
u"""Default config

:copyright: Copyright (c) 2015 RadiaSoft LLC.  All Rights Reserved.
:license: http://www.apache.org/licenses/LICENSE-2.0.html
"""
from __future__ import absolute_import, division, print_function

[docs]def alpha(): return {}
[docs]def beta(): return {}
[docs]def dev(): return {}
[docs]def prod(): return {}