File: __init__.py

package info (click to toggle)
python-lazy-model 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: python: 280; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (2)
1
2
3
4
from lazy_model.main import LazyModel
from lazy_model.nao import NAO

__all__ = ["LazyModel", "NAO"]