Skip to content

Commit 732bd70

Browse files
committed
Add PIDCommand to main module
1 parent 2bd0bb0 commit 732bd70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands2/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
from .paralleldeadlinegroup import ParallelDeadlineGroup
3131
from .parallelracegroup import ParallelRaceGroup
3232
from .perpetualcommand import PerpetualCommand
33+
from .pidcommand import PIDCommand
3334
from .printcommand import PrintCommand
3435
from .proxycommand import ProxyCommand
3536
from .proxyschedulecommand import ProxyScheduleCommand
@@ -60,6 +61,7 @@
6061
"ParallelDeadlineGroup",
6162
"ParallelRaceGroup",
6263
"PerpetualCommand",
64+
"PIDCommand",
6365
"PrintCommand",
6466
"ProxyCommand",
6567
"ProxyScheduleCommand",

0 commit comments

Comments
 (0)