Skip to content

Commit

Permalink
Removed GUI from library
Browse files Browse the repository at this point in the history
  • Loading branch information
harirakul committed Jan 17, 2021
1 parent a4efd10 commit 50dc28a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 190 deletions.
5 changes: 1 addition & 4 deletions chemlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from chemlib.chemistry import PeriodicTable

pte = PeriodicTable()
SUB = str.maketrans("0123456789", "₀₁₂₃₄₅₆₇₈₉")
AVOGADROS_NUMBER = 6.02e+23

Expand All @@ -14,6 +13,4 @@
from chemlib.quantum_mechanics import Wave, rydberg
from chemlib.quantum_mechanics import energy_of_hydrogen_orbital

from chemlib.electrochemistry import electrolysis, F, Galvanic_Cell

from chemlib.gui import GUI
from chemlib.electrochemistry import electrolysis, F, Galvanic_Cell
186 changes: 0 additions & 186 deletions chemlib/gui.py

This file was deleted.

0 comments on commit 50dc28a

Please sign in to comment.