4 lines
123 B
Python
Executable file
4 lines
123 B
Python
Executable file
from importlib.metadata import version
|
|
|
|
__version__ = version(__name__)
|
|
default_app_config = "moku.config.apps.MokuConfig"
|