Skip to content

Commit

Permalink
Add simple main file to execute in my IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbihl committed Jul 2, 2019
1 parent f3c5ef4 commit d53f460
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env python3
# PYTHON_ARGCOMPLETE_OK
from bsed.interpreter import main
import logging

if __name__ == "__main__":
logging.root.setLevel(logging.DEBUG)
main()

0 comments on commit d53f460

Please sign in to comment.