1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2026-01-08 15:24:12 +01:00

* New version using pygtkmvc framework.

This commit is contained in:
2007-05-01 19:30:22 +00:00
parent 45859e1a3d
commit f695f82c1f
30 changed files with 2232 additions and 0 deletions

3
mvc/src/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
__all__ = ["models", "views", "controllers", "utils"]