diff python/c3/analyse.py @ 150:4ae0e02599de

Added type check start and analyze phase
author Windel Bouwman
date Fri, 01 Mar 2013 16:53:22 +0100
parents
children 8104fc8b5e90
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/c3/analyse.py	Fri Mar 01 16:53:22 2013 +0100
@@ -0,0 +1,5 @@
+
+class Analyzer:
+   def __init__(self, diag):
+      self.diag = diag
+