11 lines
186 B
Python
11 lines
186 B
Python
using System;
|
|
namespace QuantConnect.Algorithm.Python
|
|
{
|
|
public class WeeklyUniverseSelectionRegressionAlgorithm
|
|
{
|
|
public WeeklyUniverseSelectionRegressionAlgorithm()
|
|
{
|
|
}
|
|
}
|
|
}
|