Skip to content

Commit

Permalink
Add top-level docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed Jan 3, 2025
1 parent 4aa2fdc commit 0891271
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tivars/token.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
Token objects
"""


from tivars.tokens.scripts import *


Expand Down
5 changes: 5 additions & 0 deletions tivars/trie.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
Token containers
"""


from tivars.tokens.scripts import *
from .token import TIToken

Expand Down

0 comments on commit 0891271

Please sign in to comment.