Spaces:
Sleeping
Sleeping
File size: 131 Bytes
66c9c8a | 1 2 3 4 5 6 7 8 9 10 11 | # This file is used to test reloading module references.
import warp as wp
wp.init()
@wp.func
def more_magic():
return 2.0
|