Fooocus/tests/__init__.py

5 lines
100 B
Python

import sys
import pathlib
sys.path.append(pathlib.Path(f'{__file__}/../modules').parent.resolve())