diff options
Diffstat (limited to 'priv/templates/mod.erl')
-rw-r--r-- | priv/templates/mod.erl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/priv/templates/mod.erl b/priv/templates/mod.erl new file mode 100644 index 0000000..1be8186 --- /dev/null +++ b/priv/templates/mod.erl @@ -0,0 +1,13 @@ +-module({{appid}}). + +%% Application callbacks +-export([]). + +%%==================================================================== +%% API +%%==================================================================== + + +%%==================================================================== +%% Internal functions +%%==================================================================== |