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