5 lines
62 B
Python
5 lines
62 B
Python
from pathlib import Path
|
|
|
|
|
|
ASSETS_DIR = Path(__file__).parent
|
from pathlib import Path
|
|
|
|
|
|
ASSETS_DIR = Path(__file__).parent
|