new: basic arbtt module
This commit is contained in:
parent
ad924ebca8
commit
86497f9b13
7 changed files with 107 additions and 3 deletions
|
@ -552,3 +552,7 @@ def to_jsons(it) -> Iterable[Json]:
|
|||
yield error_to_json(r)
|
||||
else:
|
||||
yield asdict(r)
|
||||
|
||||
|
||||
datetime_naive = datetime
|
||||
datetime_aware = datetime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue