use pathlib
This commit is contained in:
@@ -1 +1,4 @@
|
||||
# hi!
|
||||
from pathlib import Path
|
||||
|
||||
PACKAGE_ROOT = Path(__file__).parent
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1 +1,4 @@
|
||||
# hi!
|
||||
from pathlib import Path
|
||||
|
||||
PACKAGE_ROOT = Path(__file__).parent
|
||||
|
||||