14 lines
218 B
Java
14 lines
218 B
Java
/*
|
|
* Copyright (c) 2014 Paul Scherrer Institute. All rights reserved.
|
|
*/
|
|
|
|
package ch.psi.mxsc;
|
|
|
|
import ch.psi.pshell.device.DeviceConfig;
|
|
|
|
/**
|
|
*
|
|
*/
|
|
public class BasePlateConfig extends DeviceConfig{
|
|
}
|