efro

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.

1# Released under the MIT License. See LICENSE for details.
2#
3"""Common bits of functionality shared between all efro projects.
4
5Things in here should be hardened, highly type-safe, and well-covered by unit
6tests since they are widely used in live client and server code.
7"""