Permalink
Cannot retrieve contributors at this time
executable file
9 lines (6 sloc)
158 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python2 | |
| # -*- coding: utf-8 -*- | |
| from md380_tool import main | |
| if __name__ == '__main__': | |
| main() | |
| # all my code now exists in md380_tool.py |