Meta Byte Track
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 126B

12345678
  1. #!/usr/bin/env python3
  2. # -*- coding:utf-8 -*-
  3. from .utils import configure_module
  4. configure_module()
  5. __version__ = "0.1.0"