This website works better with JavaScript
Home
Explore
Help
Sign In
svi
/
prolet
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e310838ed9
Branches
Tags
main
prolet
/
lev1
/
__init__.py
__init__.py
113 B
History
Raw
1
2
3
4
5
6
7
"""
Базовые компоненты языка
"""
from .pak_ctx_line import CtxLine
__all__ = ["CtxLine"]