Skip to content

Commit

Permalink
Move file
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Nov 8, 2024
1 parent d7cc8fb commit 879fe8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/metaprompt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from metaprompt import eval_metaprompt
from main import eval_metaprompt

__all__ = ["eval_metaprompt"]
File renamed without changes.
2 changes: 1 addition & 1 deletion python/metaprompt/tests/test_parser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from metaprompt import parse_metaprompt
from parse_metaprompt import parse_metaprompt


def t(text):
Expand Down

0 comments on commit 879fe8f

Please sign in to comment.