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