1# -*- coding: utf-8 -*-
2"""
3"""
4from __future__ import absolute_import
5
6from ._utils import _cd
7from ..unitquantity import UnitConstant
8
9
10weak_mixing_angle = UnitConstant(
11    'weak_mixing_angle',
12    _cd('weak mixing angle')
13)
14
15del UnitConstant, _cd
16