__init__.py 182 B

1234567
  1. from hostmeta.hostmeta import *
  2. __author__ = 'Mikael Nordfeldth (mmn@hethane.se)'
  3. __version__ = '0.1'
  4. __copyright__ = 'Copyright (c) 2016 Mikael Nordfeldth'
  5. __license__ = 'AGPLv3+'