mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-15 19:56:59 +08:00
12 lines
148 B
Ruby
12 lines
148 B
Ruby
# typed: strict
|
|
|
|
module Language::Python
|
|
module Shebang
|
|
include Kernel
|
|
end
|
|
|
|
module Virtualenv
|
|
requires_ancestor { Formula }
|
|
end
|
|
end
|