blob: 596f0f135bd842c65d40c0d175d2253632305dd3 (
plain) (
blame)
1
2
3
4
5
6
7
|
discard """
joinable: false # for clarity, but not necessary
"""
{.warning[UnusedImport]: off.}
# only import `mt*.nim` here; these depend on `m*.nim`
import "."/[mt0,mt1,mt2,mt3,mt4,mt4b,mt5,mt6,mt7,mt8,mt9]
|