Skip to content

Commit

Permalink
undo organization
Browse files Browse the repository at this point in the history
  • Loading branch information
siyangqiu committed Aug 13, 2024
1 parent 2d8ad19 commit 82d3210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions agentops/cli/cli.py → agentops/cli.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import argparse
from ..time_travel import fetch_time_travel_id, set_time_travel_active_state
from .time_travel import fetch_time_travel_id, set_time_travel_active_state


def cli():
def main():
parser = argparse.ArgumentParser(description="AgentOps CLI")
subparsers = parser.add_subparsers(dest="command")

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Issues = "https://github.com/AgentOps-AI/agentops/issues"
max_line_length = 120

[project.scripts]
agentops = "agentops:cli"
agentops = "agentops.cli:main"

0 comments on commit 82d3210

Please sign in to comment.