CCText/tests/__init__.py

9 lines
189 B
Python
Raw Permalink Normal View History

2024-04-10 20:54:12 +03:00
''' Tests. '''
from .t_reference import *
from .t_ruparser import *
from .t_syntax import *
2024-04-11 23:25:09 +03:00
from .t_api import *
2024-04-10 20:54:12 +03:00
from .t_rumodel import *
from .t_context import *
from .t_resolver import *