Initial Commit
This commit is contained in:
commit
5ba9117b17
7 changed files with 704 additions and 0 deletions
3
smalltag/__init__.py
Normal file
3
smalltag/__init__.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
from .smalltag import SmallTag
|
7
smalltag/smalltag.py
Normal file
7
smalltag/smalltag.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
from tinytag import TinyTag
|
||||
|
||||
|
||||
class SmallTag(TinyTag):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue