Summary:
Python module is installed but does not import due to missing init file. Adding empty init file allows spins module to be imported.
Description:
I was unable to import spins in Python after installation and tracked down the issue to a deleted init file. Adding an empty init file allows the spins Python module to be imported successfully. Possibly solves issues #33, #24, and #56.
Steps to reproduce:
Git clone most recent master branch 9cd1510fef5abe650597fc8e66e9f6180e9a5aa4.
Install using: pip install ./spins-b
Open python interpreter
Try to import spins: import spins
Error message: ModuleNotFoundError: No module named 'spins'
Additional Note:
An init file was initially created containing multiple module imports, and looks to have been deleted after those imports were moved to other python files. The init file was removed in 1e99cdf86d2c370ae6f117829fbe0295a0f934b4.
Summary: Python module is installed but does not import due to missing init file. Adding empty init file allows spins module to be imported.
Description: I was unable to import spins in Python after installation and tracked down the issue to a deleted init file. Adding an empty init file allows the spins Python module to be imported successfully. Possibly solves issues #33, #24, and #56.
Steps to reproduce:
Additional Note: An init file was initially created containing multiple module imports, and looks to have been deleted after those imports were moved to other python files. The init file was removed in 1e99cdf86d2c370ae6f117829fbe0295a0f934b4.