summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestOptions/Two.py
blob: 189e0817ff99c2978e06640390e3fb2e32a75314 (plain)
1
2
3
4
5
6
"""Test module for component loading."""


class Two(object):
    """Test class for component loading."""
    pass