Archipelago/test/TestBase.py

4 lines
127 B
Python
Raw Normal View History

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