COMPASS  5.4.4
End-to-end AO simulation tool using GPU acceleration
pyroEmptyClass.py
1 """
2 This file is here only to avoid pyro server crash when a coronograph class is not in the pramam file.
3 (Pyro does not manage non callable in server...)
4 
5 """
6 
7 class PyroEmptyClass():
8  """
9  Just a useless empty class for pyro server.
10  """
11  def __init__(self):
12  pass