mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2025-11-07 17:36:08 +00:00
7 lines
260 B
Python
7 lines
260 B
Python
"""Common bits of functionality shared between all efro projects.
|
|
|
|
Things in here should be hardened, highly type-safe, and well-covered by unit
|
|
tests since they are widely used in live client and server code.
|
|
|
|
license : MIT, see LICENSE for more details.
|
|
"""
|