mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-03 19:31:52 +02:00
Fix documentation.
This commit is contained in:
parent
c7811a3218
commit
b2a071b4b3
6 changed files with 10 additions and 16 deletions
|
@ -411,6 +411,8 @@ class Scheme:
|
|||
|
||||
def get(self, variable_name: str):
|
||||
"""
|
||||
Get value of variable.
|
||||
|
||||
FIXME: colors should be variables.
|
||||
"""
|
||||
if variable_name in self.colors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue