#
#  NeptuneAppDelegate.py
#  Neptune
#
#  Created by Nicholas Matsakis on 11/12/07.
#  Copyright __MyCompanyName__ 2007. All rights reserved.
#

from Foundation import *
from AppKit import *

class NeptuneAppDelegate(NSObject):
    def applicationDidFinishLaunching_(self, sender):
        NSLog("Application did finish launching.")
