Skip to content

Commit

Permalink
Fix CLN plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Sep 26, 2024
1 parent 7dab7f4 commit 123665c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/core/plugin_cln.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
import time
import time

plugin = Plugin()

class Plugin:
def __init__(self):
self.agents = []

class AIAgent:
def log(self, message):
Expand Down

0 comments on commit 123665c

Please sign in to comment.