source:
main/waeup.sirp/trunk/src/waeup/sirp/hostels/__init__.py
@
6953
Last change on this file since 6953 was 6951, checked in by , 13 years ago | |
---|---|
|
|
File size: 241 bytes |
Line | |
---|---|
1 | """This package contains everything regarding hostels. |
2 | """ |
3 | # Make this a package. |
4 | from waeup.sirp.hostels.container import HostelsContainer |
5 | from waeup.sirp.hostels.hostel import Hostel |
6 | |
7 | __all__ = [ |
8 | 'HostelsContainer', |
9 | 'Hostel', |
10 | ] |
Note: See TracBrowser for help on using the repository browser.