7 lines
84 B
Python
7 lines
84 B
Python
#!/usr/bin/python3
|
|
|
|
from tinytag import TinyTag
|
|
|
|
|
|
class SmallTag(TinyTag):
|
|
pass
|