new text mode editor
This commit is contained in:
@@ -13,7 +13,7 @@ class LibraryDocument:
|
||||
|
||||
|
||||
def bundled_library_path() -> Path:
|
||||
return Path(__file__).resolve().parents[1] / "data" / "libraries" / "example.json"
|
||||
return Path(__file__).resolve().parents[1] / "data" / "libraries" / "default.json"
|
||||
|
||||
|
||||
def default_library_paths() -> list[str]:
|
||||
|
||||
Reference in New Issue
Block a user