Skip to content

Commit 2e850db

Browse files
authored
Merge pull request #27 from VirtualPlants/wip_trsf_interface
trsf interface
2 parents eeea791 + adcab76 commit 2e850db

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# -*- coding: utf-8 -*-
2+
# -*- python -*-
3+
#
4+
# Copyright 2016 INRIA
5+
#
6+
# File author(s):
7+
# Sophie Ribes <sophie.ribes@inria.fr>
8+
#
9+
#------------------------------------------------------------------------------
10+
11+
"""
12+
Declaration of ITrsf interface
13+
Interface for Bal Transformations
14+
"""
15+
16+
from openalea.core.interface import IInterface
17+
18+
class ITrsf(IInterface):
19+
"""
20+
Interface for Bal Transformations
21+
"""

0 commit comments

Comments
 (0)