0ptr/nullptr/models/sector.py

7 lines
93 B
Python
Raw Normal View History

2023-06-09 11:19:47 +00:00
from .base import Base
class Sector(Base):
2023-06-10 17:39:32 +00:00
@classmethod
2023-06-09 11:19:47 +00:00
def ext(self):
return 'sct'