initial checkin
[sfa.git] / sfa / rspecs / sfa_rspec_converter.py
1 #!/usr/bin/python
2
3 class SFARSpecConverter:
4
5     @staticmethod
6     def to_pg_rspec(in_rspec):
7         pass
8