Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix double import for openems.__main__ (#22)
previous code has double import and it show below error ``` <frozen runpy>:128: RuntimeWarning: 'openems.__main__' found in sys.modules after import of package 'openems', but prior to execution of 'openems.__main__'; this may result in unpredictable behaviour ```
- Loading branch information