reorg into proper package with bin script

This commit is contained in:
Michael Murtaugh
2015-09-17 17:46:39 +02:00
parent a95ac83d44
commit 52e61d1b7c
9 changed files with 393 additions and 877 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env python
from etherdump import main
main()