mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-21 14:26:56 +00:00
feat[python]: support python
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{}
|
||||
class {}():
|
||||
|
||||
{}
|
||||
|
||||
def protocolId(self):
|
||||
return {}
|
||||
|
||||
@classmethod
|
||||
def write(cls, buffer, packet):
|
||||
if (buffer.writePacketFlag(packet)):
|
||||
return
|
||||
{}
|
||||
|
||||
@classmethod
|
||||
def read(cls, buffer):
|
||||
{}
|
||||
pass
|
||||
Reference in New Issue
Block a user