File: __init__.py

package info (click to toggle)
python-weblogo 3.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,764 kB
  • sloc: xml: 14,455; python: 11,164; sh: 140; makefile: 67
file content (12 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
import importlib.metadata as importlib_metadata



__version__:str = importlib_metadata.version(__package__)  # type: ignore



from .logo import *  # noqa: F401, F403
from .logo_formatter import *  # noqa: F401, F403
from .seq import *  # noqa: F401, F403
from .seq_io import *  # noqa: F401, F403