archive
/
actioner
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
actioner/actioner/__main__.py

4 lines
29 B
Python
Raw Normal View History

2019-09-19 08:52:36 +01:00
from .main import cli
2019-02-14 14:27:04 +00:00
2019-09-19 08:52:36 +01:00
cli()