Skip to content
Snippets Groups Projects
Commit 5742cea8 authored by Moul's avatar Moul
Browse files

[mod] Rename cli_tools.py to cli.py

parent c4f43465
No related branches found
No related tags found
1 merge request!146Merge dev into master branch to complete v0.8.0 development cycle
...@@ -17,7 +17,7 @@ You should have received a copy of the GNU Affero General Public License ...@@ -17,7 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with Silkaj. If not, see <https://www.gnu.org/licenses/>. along with Silkaj. If not, see <https://www.gnu.org/licenses/>.
""" """
from silkaj.cli_tools import cli from silkaj.cli import cli
if __name__ == "__main__": if __name__ == "__main__":
cli(obj={}) cli(obj={})
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment