diff options
author | pravindalve | 2020-05-19 12:22:05 +0530 |
---|---|---|
committer | GitHub | 2020-05-19 12:22:05 +0530 |
commit | f1a75684e63a1afecb1e16a00fc776a1a5e91036 (patch) | |
tree | c4f4e72e54fb11e9ad511a66a439d56c5317fbc5 /src/main/python/shapes/__init__.py | |
parent | 151ffe398218f8d46b07f9ea12b4af897b4ed81b (diff) | |
parent | 955175aea39b4ed1d3bf3309b63cfc74e7e91ae5 (diff) | |
download | Chemical-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__.py | 2 |
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 |