Shuvit game master repo. http://shuvit.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 211B

12345678910
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. from .tinytag import TinyTag, TinyTagException, ID3, Ogg, Wave, Flac
  4. import sys
  5. __version__ = '0.19.0'
  6. if __name__ == '__main__':
  7. print(TinyTag.get(sys.argv[1]))