File: __init__.py

package info (click to toggle)
python-moderngl-window 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 69,096 kB
  • sloc: python: 12,076; makefile: 21
file content (4 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
4
from .base import BaseTimer as BaseTimer
from .clock import Timer as Timer

__all__ = ["BaseTimer", "Timer"]