dfhack/library/python/test.py

10 lines
190 B
Python

2010-04-02 13:09:37 -06:00
# -*- coding: utf-8 -*-
2010-04-29 14:59:47 -06:00
import pydfapi
print "Attempting to initialize pydfhack...",
DF = pydfapi.API()
Map = pydfapi.Map()
Vegetation = pydfapi.Vegetation()
GUI = pydfapi.GUI()
print "OK"