mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-21 10:15:45 +00:00
9 lines
285 B
Python
9 lines
285 B
Python
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__ = "???"
|