5 lines
113 B
Python
5 lines
113 B
Python
|
import os
|
||
|
|
||
|
_TESTS_ROOT = os.path.dirname(__file__)
|
||
|
_PROJECT_ROOT = os.path.dirname(os.path.dirname(_TESTS_ROOT))
|