Skip to content

Commit 3465180

Browse files
committed
I know, importing *... but here no better way to do it.
1 parent e8563b8 commit 3465180

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
"""
2+
Series of astronomical constants, which are in turn used by the units of the
3+
same names.
4+
"""
5+
6+
# Until we have a way to select a system of constants, use the originally
7+
# defined values. Later, we should have a way to select between different
8+
# constants definitions.
9+
10+
from amuse.units.amuse_2010.astronomical_constants import *

src/amuse/units/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .physical_constants import *
2+
from .astronomical_constants import *

0 commit comments

Comments
 (0)