using System; namespace QuantConnect.Algorithm.Python { public class BasicTemplateDailyAlgorithm { public BasicTemplateDailyAlgorithm() { } } }