ready to rock

This commit is contained in:
Kenneth Reitz
2010-08-02 08:51:57 -04:00
commit 21670e1a42
13 changed files with 176 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
""" Example -- Core Package
"""
import packages.extlib
import packages.extlib2
__version__ = '0.1.1'
__lisence__ = 'MIT'
__author__ = 'Kenneth Reitz'
class model(object):
"""Generic class used throught application"""
def __init__(self):
pass