PySnooper/pysnooper/__init__.py

8 lines
196 B
Python
Raw Normal View History

2019-04-19 22:20:27 +00:00
# Copyright 2019 Ram Rachum.
# This program is distributed under the MIT license.
2019-04-21 19:13:22 +00:00
import future.standard_library
future.standard_library.install_aliases()
del future
2019-04-19 22:20:27 +00:00
from .pysnooper import snoop