defmodule Facts do @moduledoc """ `Facts` module is used to query the underlying system for given details. """ def get_system_facts do end def get_external_facts do end end