Skip to content

Commit

Permalink
feat: add help command
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Jan 4, 2024
1 parent bfd8443 commit b546f06
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions server/utils/lark/__init__.py
Original file line number Diff line number Diff line change
@@ -1,20 +0,0 @@
from parser import *

from chat_action_choose import *
from chat_action_result import *
from chat_manual import *
from chat_tip_failed import *
from issue_card import *
from issue_manual_help import *
from issue_open_in_browser import *
from issue_tip_failed import *
from issue_tip_success import *
from manage_fail import *
from manage_manual import *
from manage_repo_detect import *
from manage_success import *
from pr_card import *
from pr_manual import *
from pr_tip_commit_history import *
from pr_tip_failed import *
from pr_tip_success import *

0 comments on commit b546f06

Please sign in to comment.