mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-02 01:40:42 +00:00
Formatting, refactoring, __repr__
This commit is contained in:
@@ -4,6 +4,7 @@ from . import WavInfoReader
|
||||
import sys
|
||||
import json
|
||||
|
||||
|
||||
def main():
|
||||
parser = OptionParser()
|
||||
|
||||
@@ -28,5 +29,6 @@ def main():
|
||||
except Exception as e:
|
||||
print(e)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user