mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-02-18 04:41: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
|