-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructure web & client files into separate packages #509
Comments
Why? |
For the same reason why all the code isn't in a single file: better organization & separation.
True, but only for the people explicitly importing the modules i.e. |
Well, if you import all public names from |
Fair enough. |
This is more of cosmetic issue/question rather than a functional one, but what do you think about restructuring web & client files into separate packages?
i.e.
aiohttp/client/__init__.py
&aiohttp/web/__init__.py
The text was updated successfully, but these errors were encountered: