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
The contents of pretender/globals.py could be utilized in pretender/__init__.py. this would allow the global variables to be imported by just import pretender instead of from pretender import globals.
The text was updated successfully, but these errors were encountered:
The contents of
pretender/globals.py
could be utilized inpretender/__init__.py
. this would allow the global variables to be imported by justimport pretender
instead offrom pretender import globals
.The text was updated successfully, but these errors were encountered: