mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
8 lines
No EOL
214 B
Python
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 |