diff options
author | pravindalve | 2020-06-10 17:22:06 +0530 |
---|---|---|
committer | GitHub | 2020-06-10 17:22:06 +0530 |
commit | fd3ff2c037805a6539a9044bd9d26c3400768be8 (patch) | |
tree | e39adff23664647035bdf9c12357b820ed204065 /src/main/python/shapes/__init__.py | |
parent | 0d33ceda3262494437fe022466e4368db62c8849 (diff) | |
parent | 48549adea85f9dd08da71b4e4dd310858a391e22 (diff) | |
download | Chemical-PFD-fd3ff2c037805a6539a9044bd9d26c3400768be8.tar.gz Chemical-PFD-fd3ff2c037805a6539a9044bd9d26c3400768be8.tar.bz2 Chemical-PFD-fd3ff2c037805a6539a9044bd9d26c3400768be8.zip |
Merge pull request #12 from Blakeinstein/master
Implement saving + implement svg files
Diffstat (limited to 'src/main/python/shapes/__init__.py')
-rw-r--r-- | src/main/python/shapes/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/python/shapes/__init__.py b/src/main/python/shapes/__init__.py index af92a6a..536caf6 100644 --- a/src/main/python/shapes/__init__.py +++ b/src/main/python/shapes/__init__.py @@ -1,4 +1,4 @@ from .shapes import * -# from .line import * +from .line import LineLabel from PyQt5.QtWidgets import * dir()
\ No newline at end of file |