Browse Source

add stub to make the module executeable

main
John-Mark Gurney 5 years ago
parent
commit
03d616cb7c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      solardash/__main__.py

+ 4
- 0
solardash/__main__.py View File

@@ -0,0 +1,4 @@
from . import main

if __name__ == '__main__':
main()

Loading…
Cancel
Save