0ef8bcac4d
Properly expose classes that we actually want accessible.
6 lines
77 B
Python
6 lines
77 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|