diff --git a/mcnetworking/packets/serverbound/handshake/__init__.py b/mcnetworking/packets/serverbound/handshake/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/mcnetworking/packets/serverbound/Handshake.py b/mcnetworking/packets/serverbound/handshake/handshake.py similarity index 100% rename from mcnetworking/packets/serverbound/Handshake.py rename to mcnetworking/packets/serverbound/handshake/handshake.py diff --git a/tests/test_handshake.py b/tests/test_handshake.py index 9380420..c1e084e 100644 --- a/tests/test_handshake.py +++ b/tests/test_handshake.py @@ -1,5 +1,5 @@ import unittest -from mcnetworking.packets.serverbound.Handshake import Handshake +from mcnetworking.packets.serverbound.handshake.handshake import Handshake class TestHandshake(unittest.TestCase):