5 строки
64 B
Python
5 строки
64 B
Python
from pathlib import Path
|
|
|
|
|
|
PACKAGE_PATH = Path(__file__).parent
|
from pathlib import Path
|
|
|
|
|
|
PACKAGE_PATH = Path(__file__).parent
|