-module(eUtils). -export([start/0]). start() -> application:start(eUtils).