-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e872e7
commit a51fe12
Showing
5 changed files
with
25 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,12 @@ | |
|
||
__url__ = "https://github.com/MKuranowski/aiocsv" | ||
__author__ = "Mikołaj Kuranowski" | ||
__email__ = "".join(chr(i) for i in [109, 107, 117, 114, 97, 110, 111, 119, 115, 107, 105, | ||
64, 103, 109, 97, 105, 108, 46, 99, 111, 109]) | ||
__email__ = "[email protected]" | ||
|
||
__copyright__ = "© Copyright 2020-2024 Mikołaj Kuranowski" | ||
__license__ = "MIT" | ||
|
||
from .readers import AsyncReader, AsyncDictReader | ||
from .writers import AsyncWriter, AsyncDictWriter | ||
from .readers import AsyncDictReader, AsyncReader | ||
from .writers import AsyncDictWriter, AsyncWriter | ||
|
||
__all__ = ["AsyncReader", "AsyncDictReader", "AsyncWriter", "AsyncDictWriter"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters