source:
main/waeup.sirp/trunk/src/waeup/sirp/university/__init__.py
@
6567
Last change on this file since 6567 was 6567, checked in by , 13 years ago | |
---|---|
|
|
File size: 258 bytes |
Line | |
---|---|
1 | # Make this a package. |
2 | from waeup.sirp.university.faculty import Faculty |
3 | from waeup.sirp.university.course import Course |
4 | from waeup.sirp.university.coursecontainer import CourseContainer |
5 | |
6 | __all__ = ( |
7 | 'Course', |
8 | 'CourseContainer', |
9 | 'Faculty', |
10 | ) |
Note: See TracBrowser for help on using the repository browser.