6 lines
89 B
Ruby
6 lines
89 B
Ruby
# typed: strict
|
|
|
|
module Language::Python::Virtualenv
|
|
requires_ancestor { Formula }
|
|
end
|