mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
8 lines
183 B
Ruby
8 lines
183 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "compat/extend/nil"
|
|
require "compat/extend/string"
|
|
require "compat/formula"
|
|
require "compat/language/python"
|
|
require "compat/os/mac" if OS.mac?
|