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