mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-25 19:56:27 +01:00
9 lines
210 B
Python
9 lines
210 B
Python
from minecraft import compat # noqa unused-import
|
|
|
|
import unittest
|
|
|
|
|
|
class TestCompatInput(unittest.TestCase):
|
|
def test_import_input(self):
|
|
from minecraft.compat import input # noqa unused-import
|