0ptr/models/sector.py
Richard Bronkhorst cea10ae07c Info
2023-06-10 19:39:32 +02:00

7 lines
93 B
Python

from .base import Base
class Sector(Base):
@classmethod
def ext(self):
return 'sct'