Replies: 1 comment
-
No but this is an interesting suggestion! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I import vyper code into a python file:
Sample: (assuming example is a vyper file and magicFunction is a function in the file)
from example import magicFunction
X = magicFunction(param_1, param_2)
Beta Was this translation helpful? Give feedback.
All reactions