12 lines
148 B
Plaintext
Raw Normal View History

2023-03-07 17:24:20 -08:00
# typed: strict
module Language::Python
module Shebang
include Kernel
end
module Virtualenv
requires_ancestor { Formula }
end
2023-03-07 17:24:20 -08:00
end