source: main/kofacustom.unidel/trunk/src/kofacustom/unidel/hostels/__init__.py @ 17203

Last change on this file since 17203 was 15644, checked in by Henrik Bettermann, 5 years ago

Add custom hostel module.

  • Property svn:keywords set to Id
File size: 258 bytes
Line 
1"""This package contains everything regarding hostels.
2"""
3# Make this a package.
4from waeup.kofa.hostels.container import HostelsContainer
5from 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.