Spaces:
Build error
Build error
File size: 200 Bytes
ad4c1f0 | 1 2 3 4 5 6 7 8 | import os
import sys
# Add the scripts directory to the path so that we can import the browse module.
sys.path.insert(
0, os.path.abspath(os.path.join(os.path.dirname(__file__), "../scripts"))
)
|