Create Nucleus/Device authored by Manuel Kieweg's avatar Manuel Kieweg
A device represents a networking device orchestrated by `gosdn`
```plantuml
class Device {
- device ygot.Device
- Sbi interfaces.SouthboundInterface
- Config interfaces.DeviceConfig
}
```
\ No newline at end of file