1#!/usr/bin/env python
2#
3# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4#
5#                               Michael A.G. Aivazis
6#                        California Institute of Technology
7#                        (C) 1998-2003  All Rights Reserved
8#
9# <LicenseText>
10#
11# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12#
13from __future__ import absolute_import
14from copy import copy
15
16from .SI import newton
17
18N = newton
19
20lbf = 4.44822 * newton
21lbf.label = 'lbf'
22lbs = lbf
23