0ptr/models/system.py

8 lines
80 B
Python
Raw Normal View History

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