5c09f43307
1. Move static_path into skyline_console to facilitate other modules to import. 2. Rename make build to make package Change-Id: I7c9c5873f90b80de1203e9a38cf0ee5cc68fc42b
6 lines
104 B
Python
6 lines
104 B
Python
from pathlib import Path
|
|
|
|
__version__ = "0.1.0"
|
|
|
|
static_path = Path(__file__).parent.joinpath("static")
|