mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 21:37:57 +08:00
8 lines
275 B
Python
8 lines
275 B
Python
# Released under the MIT License. See LICENSE for details.
|
|
#
|
|
"""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.
|
|
"""
|