Filip Pytloun | fff50fc | 2015-06-24 14:57:21 +0200 | [diff] [blame] | 1 | #!/usr/bin/env python |
| 2 | # -*- coding: utf-8 -*- |
| 3 | # |
| 4 | # This file is part of reclass (http://github.com/madduck/reclass) |
| 5 | # |
| 6 | # Copyright © 2007–13 martin f. krafft <madduck@madduck.net> |
| 7 | # Released under the terms of the Artistic Licence 2.0 |
| 8 | # |
Jiri Broulik | 2f68e97 | 2018-06-21 17:28:36 +0200 | [diff] [blame^] | 9 | from __future__ import absolute_import |
| 10 | from __future__ import division |
| 11 | from __future__ import print_function |
| 12 | from __future__ import unicode_literals |
Filip Pytloun | fff50fc | 2015-06-24 14:57:21 +0200 | [diff] [blame] | 13 | |
| 14 | import reclass.cli |
| 15 | reclass.cli.main() |