8 lines
87 B
Ruby
8 lines
87 B
Ruby
# typed: strict
|
|
# frozen_string_literal: true
|
|
|
|
module Bluesky
|
|
module Graph
|
|
end
|
|
end
|