pretender icon indicating copy to clipboard operation
pretender copied to clipboard

Utilize package namespace for globals

Open binaryflesh opened this issue 6 years ago • 0 comments

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.

binaryflesh avatar Sep 23 '19 17:09 binaryflesh