diff options
Diffstat (limited to 'src/allocators/mesh.py')
| -rw-r--r-- | src/allocators/mesh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/mesh.py b/src/allocators/mesh.py index 843685b..4ae9a21 100644 --- a/src/allocators/mesh.py +++ b/src/allocators/mesh.py @@ -19,4 +19,4 @@ class Mesh (src.allocator.Allocator): super().__init__(name, **kwargs) -mesh = Mesh("Mesh") +mesh = Mesh("Mesh", color="xkcd:mint") |
