7 lines
81 B
Python
7 lines
81 B
Python
"""Beaver backend package."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.0"
|
|
|