source: ANL2022/compromising_agent/Pair.py

Last change on this file was 75, checked in by wouter, 21 months ago

#6 added ANAC2022 parties

File size: 110 bytes
Line 
1
2class Pair:
3 vList: {}
4 type: int = -1 #-1 - An invalid value type, 0 - Discrete value, 1 - Number value
Note: See TracBrowser for help on using the repository browser.