Skip to content

Commit

Permalink
refactor to use p instead of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Sep 11, 2023
1 parent 9f59e00 commit 76b2fc9
Show file tree
Hide file tree
Showing 9 changed files with 236 additions and 293 deletions.
312 changes: 173 additions & 139 deletions README.md

Large diffs are not rendered by default.

Binary file removed gifs/example.gif
Binary file not shown.
24 changes: 0 additions & 24 deletions hilda/command.py

This file was deleted.

5 changes: 5 additions & 0 deletions hilda/common.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from datetime import datetime
from typing import Any, List, Mapping, Tuple, Union

CfSerializable = Union[
Mapping[str, Any], List, Tuple[Any, ...], str, bool, float, bytes, datetime, None]
Loading

0 comments on commit 76b2fc9

Please sign in to comment.