0ptr/models/sector.py

6 lines
78 B
Python
Raw Normal View History

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