c59f8b6dc559fc6c04f626ccf80702c9da8615ba
[sv2nmigen.git] / absyn.py
1 class Absyn:
2 def __init__(self):
3 self.outputfile = open("output.py","w")
4 def printpy(self,p):
5 self.outputfile.write(str(p)+"\n")