-module(erlembic_init). %% API exports -export([run/1]). run(Directory) -> io:format("init, ~p~n", [Directory]).