1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-23 14:23:10 +00:00
akkoma/test/fixtures/modules/runtime_module.ex

10 lines
270 B
Elixir
Raw Normal View History

2019-12-06 17:05:09 +07:00
# Pleroma: A lightweight social networking server
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
2019-12-06 17:05:09 +07:00
# SPDX-License-Identifier: AGPL-3.0-only
defmodule RuntimeModule do
@moduledoc """
This is a dummy module to test custom runtime modules.
"""
end