rcpp_framework/modules/list_page/detect.py

28 lines
244 B
Python
Raw Normal View History

2020-12-26 00:18:11 +01:00
import os
import platform
import sys
def is_active():
return True
def get_name():
return "list_page"
def can_build():
return True
def get_opts():
return []
def get_flags():
return []
def configure(env):
pass