Archipelago/test/TestBase.py

4 lines
127 B
Python

from .bases import TestBase, WorldTestBase
from warnings import warn
warn("TestBase was renamed to bases", DeprecationWarning)