3 lines
49 B
Python
3 lines
49 B
Python
import os
|
|
|
|
TEST_PATH = os.path.dirname(__file__)
|
import os
|
|
|
|
TEST_PATH = os.path.dirname(__file__)
|