Skip to content

Commit

Permalink
veilid: add veilidWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Nov 28, 2023
1 parent 0c781af commit 4fa35a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions automon/integrations/veilidWrapper/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .client import VeilidClient
from .config import VeilidConfig
2 changes: 2 additions & 0 deletions automon/integrations/veilidWrapper/client.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class VeilidClient(object):
pass
2 changes: 2 additions & 0 deletions automon/integrations/veilidWrapper/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class VeilidConfig(object):
pass

0 comments on commit 4fa35a3

Please sign in to comment.