martin f. krafft | 3094327 | 2013-07-04 08:32:00 +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 | # | ||||
9 | |||||
10 | import reclass.cli | ||||
11 | reclass.cli.main() |