#!/usr/bin/env python3 from modules.subdirectory import core def run(): # Your code here print("Core is running")