Spaces:
Running
Running
File size: 113 Bytes
fff452e |
1 2 3 4 5 |
"""Marks the directory as a Python package."""
__version__ = "1.0.0"
__author__ = "Duc Lai"
PACKAGE_NAME = "src"
|