blob: 9c71a101465519eff619b7af7b36348a8cac1cde [file] [log] [blame]
martin f. krafft30943272013-07-04 08:32:00 +02001#!/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#
Petr Michalec2e012232018-06-18 09:42:40 +02009from __future__ import absolute_import
10from __future__ import division
11from __future__ import print_function
12from __future__ import unicode_literals
martin f. krafft30943272013-07-04 08:32:00 +020013
14import reclass.cli
15reclass.cli.main()