summaryrefslogtreecommitdiff
path: root/koopatlas.py
blob: 423df0a8879e45d94a0002f910c84faa508a0a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env python2

# Koopatlas
# A project by Treeki and Tempus
# Started 2nd November 2011

import os.path, sys
sys.path.append(os.path.join(os.path.dirname(__file__), 'src'))

from common import *

if __name__ == '__main__':
	KP.run()