File: __init__.py

package info (click to toggle)
python-pyglm 2.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,008 kB
  • sloc: cpp: 53,029; python: 3,683; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 93 bytes parent folder | download
1
2
3
4
from . import glm
from . import glm_typing
typing = glm_typing
__version__ = glm.__version__