shakerin / pyland

Simple Way To Create Own Automation Tool
GNU General Public License v3.0
1 stars 0 forks source link

create StructureLibrary class just like TemplateLibrary to enable Child looping #50

Closed shakerin closed 4 years ago

shakerin commented 4 years ago

consider the necessity of this class or if can utilize without creating a separate class

shakerin commented 4 years ago

for now, Pyland will be the main class in control, Pyland will use TemplateLibrary and Structure instances, Based on the user command, one of Pyland method will be called, As the first step, Pyland will only accept struct file and frame dir path, based on the struct file and utilizing TemplateLibrary, Pyland will create dir, file, generate codes and execute different commands. This issue can be closed now as there is no plan for creating a StructureLIbrary