feat: Added proper launch under venv
This commit is contained in:
@@ -35,7 +35,7 @@ class Packet(sqg2o.Packet):
|
||||
**Parameters:**
|
||||
* `int` **reliability**: the reliability type, for more information see [Reliability](../../constants/reliability.md).
|
||||
"""
|
||||
return super().send(playerid, reliability)
|
||||
return super().send(reliability)
|
||||
|
||||
def writeInt8(self, value : int):
|
||||
"""
|
||||
|
||||
1
python/g2o/sqg2o/__init__.py
Normal file
1
python/g2o/sqg2o/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
# Have to be empty for C++ to fill it up
|
||||
1
python/g2o/sqg2oconst/__init__.py
Normal file
1
python/g2o/sqg2oconst/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
# Have to be empty for C++ to fill it up
|
||||
Reference in New Issue
Block a user