I have generated the latest API!

This commit is contained in:
github-actions[bot]
2022-09-29 21:52:21 +00:00
parent 936e4adbf1
commit 34f46d5022
33 changed files with 494 additions and 108 deletions

View File

@ -6,9 +6,9 @@ class PhysicsConstantName(str, Enum):
C = 'c'
SPEED_OF_LIGHT = 'speed_of_light'
G = 'G'
NEWTONIAN_GRAVIATION = 'newtonian_graviation'
NEWTONIAN_GRAVITATION = 'newtonian_gravitation'
H = 'h'
PLANK_CONST = 'plank_const'
PLANCK_CONST = 'planck_const'
MU_0 = 'mu_0'
VACUUM_PERMEABILITY = 'vacuum_permeability'
E_0 = 'E_0'