You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
Probably a discussion to be had after we've ported all the code, but wouldn't it be more pythonic to move
servicesContracts.py
toservicesContracts/__init__.py
(same forservicesExtensions
).The text was updated successfully, but these errors were encountered: