Import python venv for stability
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from .cramjam import *
|
||||
|
||||
__doc__ = cramjam.__doc__
|
||||
if hasattr(cramjam, "__all__"):
|
||||
__all__ = cramjam.__all__
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user