ocarina/src/core/session.py

21 lines
314 B
Python
Raw Normal View History

2010-02-17 22:22:43 -05:00
#! /usr/bin/python
# To change this template, choose Tools | Templates
# and open the template in the editor.
__author__="bjschuma"
__date__ ="$Feb 17, 2010 9:18:50 PM$"
from bt.settings import Settings
class Session():
def __init__(self):
self.settings = Settings()
global session
session = Session()