Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
support to run as module
Browse files Browse the repository at this point in the history
  • Loading branch information
kmpm committed Dec 12, 2019
1 parent adb5847 commit 9a7d712
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nodemcu_uploader/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .main import main_func

if __name__ == '__main__':
main_func()

0 comments on commit 9a7d712

Please sign in to comment.