mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-07-20 01:44:10 +00:00
8 lines
No EOL
196 B
Python
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 |