summaryrefslogtreecommitdiff
path: root/src/main/python/shapes/__init__.py
diff options
context:
space:
mode:
authorpravindalve2020-05-19 12:22:05 +0530
committerGitHub2020-05-19 12:22:05 +0530
commitf1a75684e63a1afecb1e16a00fc776a1a5e91036 (patch)
treec4f4e72e54fb11e9ad511a66a439d56c5317fbc5 /src/main/python/shapes/__init__.py
parent151ffe398218f8d46b07f9ea12b4af897b4ed81b (diff)
parent955175aea39b4ed1d3bf3309b63cfc74e7e91ae5 (diff)
downloadChemical-PFD-f1a75684e63a1afecb1e16a00fc776a1a5e91036.tar.gz
Chemical-PFD-f1a75684e63a1afecb1e16a00fc776a1a5e91036.tar.bz2
Chemical-PFD-f1a75684e63a1afecb1e16a00fc776a1a5e91036.zip
Merge pull request #2 from Blakeinstein/master
[Important] Helper commit to help merge shape branch with master
Diffstat (limited to 'src/main/python/shapes/__init__.py')
-rw-r--r--src/main/python/shapes/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/python/shapes/__init__.py b/src/main/python/shapes/__init__.py
new file mode 100644
index 0000000..a5a98f2
--- /dev/null
+++ b/src/main/python/shapes/__init__.py
@@ -0,0 +1,2 @@
+from . import *
+from PyQt5.QtWidgets import * \ No newline at end of file