<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># -*- test-case-name: twisted.trial.test.moduleself -*-
from twisted.trial import unittest


class Foo(unittest.SynchronousTestCase):
    def testFoo(self) -&gt; None:
        pass
</pre></body></html>