easymacro/source/easymacro/easymath.py

11 lines
163 B
Python

#!/usr/bin/env python3
from .easydoc import LODocument
class LOMath(LODocument):
_type = 'math'
def __init__(self, obj):
super().__init__(obj)