summaryrefslogtreecommitdiff
path: root/dealconvert/formats/bri.py
blob: 096de3407029e47b34231ecd8f03f9389d4988d2 (plain)
1
2
3
4
5
6
from . import DealFormat

class BRIFormat(DealFormat):
    @property
    def suffix(self):
        return '.bri'