skyline-console/skyline_console/__init__.py
Gao Hanxiang 5c09f43307 style: Move static_path into skyline_console
1. Move static_path into skyline_console to facilitate
   other modules to import.
2. Rename make build to make package

Change-Id: I7c9c5873f90b80de1203e9a38cf0ee5cc68fc42b
2021-07-15 15:03:18 -04:00

6 lines
104 B
Python

from pathlib import Path
__version__ = "0.1.0"
static_path = Path(__file__).parent.joinpath("static")