Initial Commit

This commit is contained in:
The Wobbler 2025-03-13 17:15:29 +01:00
commit 5ba9117b17
7 changed files with 704 additions and 0 deletions

3
smalltag/__init__.py Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/python3
from .smalltag import SmallTag

7
smalltag/smalltag.py Normal file
View file

@ -0,0 +1,7 @@
#!/usr/bin/python3
from tinytag import TinyTag
class SmallTag(TinyTag):
pass