mirror of
https://github.com/github/codeql.git
synced 2026-04-17 04:54:02 +02:00
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
private import Base
|
|
private import python as Lang
|
|
|
|
module CryptoInput implements InputSig<Lang::Location> {
|
|
class LocatableElement = Lang::Expr;
|
|
|
|
class UnknownLocation = Lang::UnknownDefaultLocation;
|
|
}
|
|
|
|
module Crypto = CryptographyBase<Lang::Location, CryptoInput>;
|
|
|
|
import PycaCryptography
|