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:
c21e7a325f
Branches
Tags
main
prolet
/
lev1
/
__init__.py
__init__.py
112 B
History
Raw
1
2
3
4
5
6
7
"""
Базовые компоненты языка
"""
from .pak_context import Context
__all__ = ["Context"]