mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 04:06:21 +00:00
5 lines
107 B
Ruby
5 lines
107 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
# = Generic =
|
||
|
class ActivityPub::Object::Generic < ActivityPub::Object; end
|