Skip to content
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

pythonic directory structure #10

Open
ghost opened this issue Jan 25, 2018 · 1 comment
Open

pythonic directory structure #10

ghost opened this issue Jan 25, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 25, 2018

Probably a discussion to be had after we've ported all the code, but wouldn't it be more pythonic to move servicesContracts.py to servicesContracts/__init__.py (same for servicesExtensions).

@NickChapman
Copy link
Owner

So this is something I have considered as well. My thought right now was that while we were copying things over from the original it would make more sense to keep things in the extremely verbose (and bad) from thing.what_i_want_to_import import what_i_want_to_import. In the future we can move the imports into an __init__.py and then at least you'll be able to do from thing import what_i_want_to_import.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant