feat: implement file type

This commit is contained in:
Gabriel Almeida 2023-03-30 19:39:44 -03:00
commit 2db74fc30e
18 changed files with 149 additions and 61 deletions

View file

@ -1,5 +1,5 @@
# Test this:
from langflow.interface.custom_types import PythonFunction
from langflow.interface.custom.types import PythonFunction
from langflow.utils import constants
import pytest