6 lines
131 B
Python
6 lines
131 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from PythonMapper import PythonMapper
|
|
|
|
python_mapper:PythonMapper = PythonMapper({}) |