mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
12 lines
182 B
Python
12 lines
182 B
Python
"""
|
|
|
|
TextAttack Command Package
|
|
===========================
|
|
|
|
"""
|
|
|
|
|
|
from abc import ABC, abstractmethod
|
|
from .textattack_command import TextAttackCommand
|
|
from . import textattack_cli
|