Skip to content

Commit

Permalink
default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Sep 9, 2024
1 parent 35456eb commit e143d80
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/compas_masonry/settings.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from compas_rui.values import BoolValue
from compas_rui.values import FloatValue
from compas_rui.values import Settings

SETTINGS = {
"Session": Settings(
{
"autosave.events": BoolValue(True),
}
),
"Masonry": Settings({}),
"Model": Settings({}),
"CRA": Settings({}),
}

0 comments on commit e143d80

Please sign in to comment.