We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd0bb0 commit 732bd70Copy full SHA for 732bd70
commands2/__init__.py
@@ -30,6 +30,7 @@
30
from .paralleldeadlinegroup import ParallelDeadlineGroup
31
from .parallelracegroup import ParallelRaceGroup
32
from .perpetualcommand import PerpetualCommand
33
+from .pidcommand import PIDCommand
34
from .printcommand import PrintCommand
35
from .proxycommand import ProxyCommand
36
from .proxyschedulecommand import ProxyScheduleCommand
@@ -60,6 +61,7 @@
60
61
"ParallelDeadlineGroup",
62
"ParallelRaceGroup",
63
"PerpetualCommand",
64
+ "PIDCommand",
65
"PrintCommand",
66
"ProxyCommand",
67
"ProxyScheduleCommand",
0 commit comments