__init__.py 226 B

123456789
  1. __title__ = "shutil_backports"
  2. __version__ = "0.1.0"
  3. __license__ = "MIT"
  4. __author__ = "Christopher Rosell"
  5. __copyright__ = "Copyright 2014 Christopher Rosell"
  6. __all__ = ["get_terminal_size"]
  7. from .get_terminal_size import *