Skip to content

Commit

Permalink
resolved imports
Browse files Browse the repository at this point in the history
  • Loading branch information
harirakul committed Dec 18, 2020
1 parent 5ff1ad8 commit 4dc7c77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chemlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
SUB = str.maketrans("0123456789", "β‚€β‚β‚‚β‚ƒβ‚„β‚…β‚†β‚‡β‚ˆβ‚‰")
AVOGADROS_NUMBER = 6.02e+23

from chemlib.chemistry import Element, Compound, Reaction
from chemlib.chemistry import Combustion, Solution
from chemlib.chemistry import Element, Compound, Reaction, Combustion, Solution
from chemlib.chemistry import empirical_formula_by_percent_comp, combustion_analysis

c = 2.998*10**8 #Speed of light
Expand All @@ -15,5 +14,5 @@
from chemlib.quantum_mechanics import Wave, rydberg
from chemlib.quantum_mechanics import energy_of_hydrogen_orbital

from chemlib.electrochemistry import electrolysis, F
from chemlib.electrochemistry import electrolysis, F, Galvanic_Cell

0 comments on commit 4dc7c77

Please sign in to comment.