Skip to content

Commit

Permalink
Change project structure into grouped packets type as modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Szczurowsky committed Oct 23, 2021
1 parent f6500f6 commit 5ac47e0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion tests/test_handshake.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit 5ac47e0

Please sign in to comment.