| # -*- coding: utf-8 -*- | |
| # SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project | |
| # SPDX-FileType: SOURCE | |
| # SPDX-License-Identifier: Apache-2.0 | |
| """ | |
| Ancient versions of the Thai language | |
| """ | |
| __all__ = ["aksonhan_to_current"] | |
| from pythainlp.ancient.aksonhan import aksonhan_to_current | |