pleroma/test/fixtures/modules/runtime_module.ex

10 lines
287 B
Elixir
Raw Normal View History

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