Import python venv for stability

This commit is contained in:
2026-02-15 21:24:16 -08:00
parent 1343e93a59
commit 7d784705c9
4997 changed files with 1628270 additions and 0 deletions
@@ -0,0 +1,5 @@
from .cramjam import *
__doc__ = cramjam.__doc__
if hasattr(cramjam, "__all__"):
__all__ = cramjam.__all__