udpate
This commit is contained in:
9
app_cad.py
Normal file
9
app_cad.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from PytorchBoot.application import PytorchBootApplication
|
||||
from runners.cad_strategy import CADStrategyRunner
|
||||
|
||||
@PytorchBootApplication("cad")
|
||||
class AppCAD:
|
||||
@staticmethod
|
||||
def start():
|
||||
CADStrategyRunner("configs/cad_config.yaml").run()
|
||||
|
Reference in New Issue
Block a user