PySnooper/pysnooper/__init__.py
2019-04-21 22:13:22 +03:00

8 lines
No EOL
196 B
Python

# Copyright 2019 Ram Rachum.
# This program is distributed under the MIT license.
import future.standard_library
future.standard_library.install_aliases()
del future
from .pysnooper import snoop