historical/toontown-classic.git/panda/direct/distributed/__init__.py

6 lines
203 B
Python
Raw Normal View History

2024-01-16 17:20:27 +00:00
"""
This package contains an implementation of the Distributed Networking
API, a high-level networking system that automatically propagates
changes made on distributed objects to interested clients.
"""