source: main/waeup.sirp/trunk/src/waeup/sirp/hostels/__init__.py @ 6953

Last change on this file since 6953 was 6951, checked in by Henrik Bettermann, 13 years ago

Start implementation of hostels package.

  • Property svn:keywords set to Id
File size: 241 bytes
Line 
1"""This package contains everything regarding hostels.
2"""
3# Make this a package.
4from waeup.sirp.hostels.container import HostelsContainer
5from waeup.sirp.hostels.hostel import Hostel
6
7__all__ = [
8    'HostelsContainer',
9    'Hostel',
10    ]
Note: See TracBrowser for help on using the repository browser.