Fix: networking.types.utility.__all__ is incorrect.

This commit is contained in:
joodicator 2019-05-13 20:32:21 +02:00
parent 4956d5e70d
commit e4f8b5583a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from collections import namedtuple
__all__ = (
'Vector', 'MutableRecord', 'PositionAndLook',
'Vector', 'MutableRecord', 'descriptor',
)