Model: Delete unsed file.

mesh
Pierre-Antoine Rouby 2023-09-11 11:41:32 +02:00
parent 973ea74622
commit 8c9478f403
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
# -*- coding: utf-8 -*-
class AbstractModelComponent(object):
def __init__(self):
super(AbstractModelComponent, self).__init__()
def new(self, filename):
def export(self, filename):