PySnooper/pysnooper/__init__.py
2019-04-24 12:10:46 +03:00

8 lines
No EOL
214 B
Python

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