You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
375 B

  1. -module({{appid}}).
  2. %% Application callbacks
  3. -export([]).
  4. %%====================================================================
  5. %% API
  6. %%====================================================================
  7. %%====================================================================
  8. %% Internal functions
  9. %%====================================================================