4 lines
64 B
Python
4 lines
64 B
Python
from unipath import Path
|
|
|
|
home = Path( __file__ ).parent.parent
|
from unipath import Path
|
|
|
|
home = Path( __file__ ).parent.parent
|