9 lines
115 B
Python
9 lines
115 B
Python
"""# Automatic Crypto Seller.
|
|
|
|
Description TODO.
|
|
"""
|
|
|
|
__all__ = ['__version__']
|
|
|
|
from ._version import __version__
|