Added new files

This commit is contained in:
vortex 2024-02-19 18:29:19 +05:30
parent 5e004af549
commit 77ccb73089
1783 changed files with 566966 additions and 0 deletions

View file

@ -0,0 +1,7 @@
"""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.
"""