source: anuga_core/source/anuga/visualiser_new/axes.py @ 4605

Last change on this file since 4605 was 4354, checked in by jack, 18 years ago

Started work on the trait-oriented restructure of the visualiser.

File size: 76 bytes
Line 
1from enthought.traits.api import HasTraits
2
3class Axes(HasTraits):
4    pass
Note: See TracBrowser for help on using the repository browser.