#!/usr/bin/python from pytikitag import reader, tikitag m = tikitag.TikiTag() print m.tag_id() #d = m.read_tag() #rint "%s bytes" % len(d)