15 lines
270 B
Python
15 lines
270 B
Python
from __future__ import annotations
|
|
|
|
__version__ = "0.0.6"
|
|
|
|
RELEASES_URL = "https://git.hudsonriggs.systems/LambdaBankingConglomerate/TraderAI/releases"
|
|
RELEASES_API_URL = "https://git.hudsonriggs.systems/api/v1/repos/LambdaBankingConglomerate/TraderAI/releases"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|