mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 05:46:21 +00:00
7 lines
146 B
Ruby
7 lines
146 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
# = Person =
|
||
|
#
|
||
|
# Una persona, el perfil de une actore
|
||
|
class ActivityPub::Object::Person < ActivityPub::Object; end
|