Added Configuration from Item and Plate
This commit is contained in:
@@ -2,7 +2,8 @@ package paths
|
||||
|
||||
// Runtime data directories (relative to process working directory).
|
||||
const (
|
||||
DataDir = "data"
|
||||
PlatesDir = "data/plates"
|
||||
SVGTemplateDir = "data/svg_template"
|
||||
DataDir = "data"
|
||||
PlatesDir = "data/plates"
|
||||
SVGTemplateDir = "data/svg_template"
|
||||
ConfigurationsDir = "data/configurations"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user