5 lines
76 B
Python
5 lines
76 B
Python
from api_snapshot.cli import main
|
|
|
|
__version__ = "0.1.0"
|
|
__all__ = ["main"]
|