Commit 8c9478f4 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Model: Delete unsed file.

Showing with 0 additions and 10 deletions
+0 -10
# -*- coding: utf-8 -*-
class AbstractModelComponent(object):
def __init__(self):
super(AbstractModelComponent, self).__init__()
def new(self, filename):
def export(self, filename):
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment