Start pulling AI out of the UI and into the background service
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Entities {
|
||||
|
||||
class Stock {
|
||||
public string Symbol { get; set; } = "";
|
||||
public float Score { get; set; } = 0;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user