Skip to content

Commit

Permalink
Merge pull request #6 from cloudrumbles/timezone
Browse files Browse the repository at this point in the history
Timezone
  • Loading branch information
cloudrumbles authored Feb 1, 2025
2 parents 7db6273 + 9bbf46b commit d0ff28b
Show file tree
Hide file tree
Showing 4 changed files with 586 additions and 614 deletions.
5 changes: 5 additions & 0 deletions letta/data/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""Data package for Letta."""

from .word_banks import ADJECTIVE_BANK, NOUN_BANK

__all__ = ["ADJECTIVE_BANK", "NOUN_BANK"]
Loading

0 comments on commit d0ff28b

Please sign in to comment.