6 lines
112 B
Python
6 lines
112 B
Python
|
"""Allows importing from screenshot."""
|
||
|
|
||
|
import py
|
||
|
|
||
|
PROJECT_ROOT = py.path.local(__file__).dirpath().join('..')
|