Fooocus/tests/__init__.py

4 lines
99 B
Python

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