0ptr/models/system.py
2023-06-09 13:19:47 +02:00

8 lines
80 B
Python

from .base import Base
class System(Base):
def ext(self):
return 'stm'