# In reply to @exelotl "I also use include": - a file that just `import`s and # re`export`s stuff might be better # - are you using build flags for this? i think you could do the same thing with # `when` and and custom build flags: ```nim # when defined(useFeatureOne): import featureOne # elif defined(useFeatureTwo): import featureTwo``` # - idk enough about scfs to say anything about this # - ive got nothing to say about this either # - what exactly does this look like