summaryrefslogtreecommitdiff
path: root/tests/mime-detection/test_issue127.py
blob: 32fe6b2f34c9af82622a94a5b7ee944f153da306 (plain)
1
2
3
4
5
6
7
class Example:

    def __init__(self):
        print("Init.")

if __name__ == "__main__":
    ex = Example()