Add CI code and logic to validate flows
This commit is contained in:
8
lib/n8n_utils/__init__.py
Normal file
8
lib/n8n_utils/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
n8n Utils
|
||||
|
||||
A collection of utilities for working with n8n workflows,
|
||||
including validation and visualization tools.
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
Reference in New Issue
Block a user