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
/
pak_context
/
__init__.py
__init__.py
107 B
History
Raw
1
2
3
4
5
6
7
""""
Пакет контекста языка
"""
from .mod_context import Context
__all__ = ["Context"]