first comit
This commit is contained in:
8
venv/lib/python3.10/site-packages/pure_eval/__init__.py
Normal file
8
venv/lib/python3.10/site-packages/pure_eval/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from .core import Evaluator, CannotEval, group_expressions, is_expression_interesting
|
||||
from .my_getattr_static import getattr_static
|
||||
|
||||
try:
|
||||
from .version import __version__
|
||||
except ImportError:
|
||||
# version.py is auto-generated with the git tag when building
|
||||
__version__ = "???"
|
||||
Reference in New Issue
Block a user