Split base model from template + points model
This commit is contained in:
5
formula10/domain/points_model.py
Normal file
5
formula10/domain/points_model.py
Normal file
@ -0,0 +1,5 @@
|
||||
from formula10.domain.domain_model import Model
|
||||
|
||||
class PointsModel(Model):
|
||||
def __init__(self):
|
||||
Model.__init__(self)
|
Reference in New Issue
Block a user