Anders and Briegel in Python
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

7 lignes
178B

  1. # Alias some stuff to make imports cleaner
  2. from abp.graphstate import GraphState
  3. from abp.nxgraphstate import NXGraphState
  4. from abp.qi import CircuitModel
  5. DETERMINISTIC = False