3 changed files with 4 additions and 1 deletions
@ -1,3 +1,4 @@ |
|||
# flake8: noqa F401 |
|||
from .cli import App |
|||
from .jobparser import Job, JobParser |
|||
from .exceptions import NonZeroRetcode |
|||
|
@ -1,3 +1,3 @@ |
|||
from .cli import main |
|||
|
|||
main() |
|||
main() |
|||
|
Loading…
Reference in new issue