Add code generation for doubly linked list
This commit is contained in:
5
codegen/constants.py
Normal file
5
codegen/constants.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
PACKAGE_DIR = Path(__file__).parent
|
||||
WAPP_SRC_ROOT = PACKAGE_DIR.parent / "src"
|
Reference in New Issue
Block a user