mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
11 lines
324 B
Python
11 lines
324 B
Python
"""Subclass of IvolutionTemplate, which is generated by wxFormBuilder."""
|
|
|
|
import wx
|
|
import IvolutionTemplate.py
|
|
|
|
# Implementing IvolutionTemplate
|
|
class IvolutionV2IvolutionTemplate( IvolutionTemplate.py.IvolutionTemplate ):
|
|
def __init__( self, parent ):
|
|
IvolutionTemplate.py.IvolutionTemplate.__init__( self, parent )
|
|
|