zhurong2333's picture
Add files using upload-large-folder tool
d6b2940 verified
Raw
History Blame Contribute Delete
206 Bytes
import os
import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
import torchattacks
def test_import_version():
print(torchattacks.__version__)
assert True