lighty.io initializer
[transportpce.git] / lighty / src / main / java / io / lighty / controllers / tpce / module / TransportPCE.java
1 /*
2  * Copyright (c) 2018 Pantheon Technologies s.r.o. All Rights Reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at https://www.eclipse.org/legal/epl-v10.html
7  */
8
9 package io.lighty.controllers.tpce.module;
10
11 import io.lighty.core.controller.api.LightyModule;
12
13 public interface TransportPCE extends LightyModule {
14 }