Skip to content

Commit

Permalink
add class to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-anunknown committed Feb 8, 2025
1 parent 8137122 commit 1697615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aalpy/oracles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .TransitionFocusOracle import TransitionFocusOracle
from .UserInputEqOracle import UserInputEqOracle
from .WMethodEqOracle import RandomWMethodEqOracle, WMethodEqOracle
from .WpMethodEqOracle import WpMethodEqOracle
from .WpMethodEqOracle import RandomWpMethodEqOracle, WpMethodEqOracle
from .PacOracle import PacOracle
from .ProvidedSequencesOracleWrapper import ProvidedSequencesOracleWrapper
from .PerfectKnowledgeEqOracle import PerfectKnowledgeEqOracle

0 comments on commit 1697615

Please sign in to comment.