Skip to content

Commit 7976323

Browse files
committed
Add import in README
1 parent 57f2bf3 commit 7976323

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ All values are optional when creating a class and have the proper defaults.
5656
#### Reading values
5757

5858
```python
59+
import rlbot_flatbuffers as flat
60+
5961
def handle_packet(packet: flat.GameTickPacket):
6062
if packet.game_info.game_state_type not in {
6163
flat.GameStateType.Active,

0 commit comments

Comments
 (0)