import { ArtNetController } from './index';


const controller = new ArtNetController();
controller.bind('172.24.142.110');
