phantom-grid / grid_map /atlas_builder.py
unity4ar's picture
Ship Phantom Grid Docker Space
d2e6f94 verified
Raw
History Blame Contribute Delete
361 Bytes
from __future__ import annotations
def empty_atlas() -> dict:
return {
"schema_version": 1,
"landmarks": [],
"districts": [],
"notes": [
"Add fictional landmarks here as the board is named.",
"Lookout parsing should prefer this file over free-form image inference when possible.",
],
}