Skip to content

Commit

Permalink
feat: import async_property and async_cached_property to main module …
Browse files Browse the repository at this point in the history
…for convenience (#6)
  • Loading branch information
BobTheBuidler authored Feb 25, 2023
1 parent b3454c8 commit eb8c6b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions a_sync/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

from a_sync.base import ASyncBase
from a_sync.decorator import a_sync
from async_property import async_property, async_cached_property

0 comments on commit eb8c6b2

Please sign in to comment.