`gather_in_batches` in package namespace

This commit is contained in:
Daniil Fajnberg 2021-12-03 15:00:34 +01:00
parent 406828eaca
commit c4362a7b26
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = webutils-df
version = 0.0.3
version = 0.0.4
author = Daniil F.
author_email = mail@placeholder123.to
description = Miscellaneous web utilities

View File

@ -1 +1,4 @@
from .util import in_async_session
from .util import (
in_async_session,
gather_in_batches
)